#82ee72

Color #82EE72 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #82EE72

Tints of Pastel Green #82EE72

Color information

#82EE72 (or 0x82EE72) is unknown color: approx Pastel Green. HEX triplet: 82, EE and 72. RGB value is (130,238,114). Sum of RGB (Red+Green+Blue) = 130+238+114=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #82EE72 is #7D118D. Grayscale: #BFBFBF. Windows color (decimal): -8196494 or 7532162. OLE color: 7532162.

HSL color Cylindrical-coordinate representation of color #82EE72: hue angle of 112.26º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82EE72 is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB130238114-
CMYK0.4500.520.07
HSL112.26º78.48%69.02%-
HSV(B)112.26º52.1%93.33%-
XYZ42.8267.1126.62-
YUV191.5784.2284.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 238 (93.36% from 255) = 49.38%
BLUE value IS 114 (44.92% from 255) = 23.65%
R=26.97%
G=49.38%
B=23.65%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1302381140.4500.520.07112.2678.4869.02
Hex82EE722D0347704e45
Octal202356162550647160116105
Binary100000101110111011100101011010110100111111000010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ee72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82ee72; }

 p { color: rgb(130,238,114); }

 H1.HeaderClassName
 {
   color: #82ee72;
 }
 .AnyTagClassName
 {
   color: #82ee72;
 }
</style>
background-color css

<style>
 a { background-color: #82ee72; }

 a { background-color: rgb(130,238,114); }

 div.DivClassName
 {
   background-color: #82ee72;
 }
 .BgClassName
 {
   background-color: #82ee72;
 }
</style>
border-color css

<style>
 span { border-color: #82ee72; }

 span { border-color: rgb(130,238,114); }

 td.TdClassName
 {
   border-color: #82ee72;
 }
 .TagClassName
 {
   border-color: #82ee72;
 }
</style>