#82E497

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

Shades of Light Green #82E497

Tints of Light Green #82E497

Color information

#82E497 (or 0x82E497) is unknown color: approx Light Green. HEX triplet: 82, E4 and 97. RGB value is (130,228,151). Sum of RGB (Red+Green+Blue) = 130+228+151=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #82E497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E497 is #7D1B68. Grayscale: #BEBEBE. Windows color (decimal): -8199017 or 9954434. OLE color: 9954434.

HSL color Cylindrical-coordinate representation of color #82E497: hue angle of 132.86º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82E497 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB130228151-
CMYK0.4300.340.11
HSL132.86º64.47%70.2%-
HSV(B)132.86º42.98%89.41%-
XYZ42.5462.4739.09-
YUV189.92106.0385.26-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.54%
GREEN value IS 228 (89.45% from 255) = 44.79%
BLUE value IS 151 (59.38% from 255) = 29.67%
R=25.54%
G=44.79%
B=29.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302281510.4300.340.11132.8664.4770.2
Hex82E4972B022B854046
Octal2023442275304213205100106
Binary100000101110010010010111101011010001010111000010110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,228,151); }

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

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

 a { background-color: rgb(130,228,151); }

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

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

 span { border-color: rgb(130,228,151); }

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