#82E90C

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

Shades of Lawn Green #82E90C

Tints of Lawn Green #82E90C

Color information

#82E90C (or 0x82E90C) is unknown color: approx Lawn Green. HEX triplet: 82, E9 and 0C. RGB value is (130,233,12). Sum of RGB (Red+Green+Blue) = 130+233+12=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 233 (91.41% from 255 or 62.13% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 233 - color contains mainly: green. Hex color #82E90C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E90C is #7D16F3. Grayscale: #B1B1B1. Windows color (decimal): -8197876 or 846210. OLE color: 846210.

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

Color convert

RGB13023312-
CMYK0.4400.950.09
HSL87.96º90.2%48.04%-
HSV(B)87.96º94.85%91.37%-
XYZ38.4163.0510.49-
YUV177.0134.8894.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 233 (91.41% from 255) = 62.13%
BLUE value IS 12 (5.08% from 255) = 3.2%
R=34.67%
G=62.13%
B=3.2%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal130233120.4400.950.0987.9690.248.04
Hex82E9C2C05F9585a30
Octal202351145401371113013260
Binary1000001011101001110010110001011111100110110001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,233,12); }

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

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

 a { background-color: rgb(130,233,12); }

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

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

 span { border-color: rgb(130,233,12); }

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