#82E808

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

Shades of Lawn Green #82E808

Tints of Lawn Green #82E808

Color information

#82E808 (or 0x82E808) is unknown color: approx Lawn Green. HEX triplet: 82, E8 and 08. RGB value is (130,232,8). Sum of RGB (Red+Green+Blue) = 130+232+8=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #82E808 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E808 is #7D17F7. Grayscale: #B0B0B0. Windows color (decimal): -8198136 or 583810. OLE color: 583810.

HSL color Cylindrical-coordinate representation of color #82E808: hue angle of 87.32º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #82E808 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB1302328-
CMYK0.4400.970.09
HSL87.32º93.33%47.06%-
HSV(B)87.32º96.55%90.98%-
XYZ38.1162.4810.28-
YUV175.9733.2195.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 232 (91.02% from 255) = 62.70%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=35.14%
G=62.70%
B=2.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal13023280.4400.970.0987.3293.3347.06
Hex82E882C0619575d2f
Octal202350105401411112713557
Binary1000001011101000100010110001100001100110101111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,232,8); }

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

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

 a { background-color: rgb(130,232,8); }

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

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

 span { border-color: rgb(130,232,8); }

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