#82E29C

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

Shades of Light Green #82E29C

Tints of Light Green #82E29C

Color information

#82E29C (or 0x82E29C) is unknown color: approx Light Green. HEX triplet: 82, E2 and 9C. RGB value is (130,226,156). Sum of RGB (Red+Green+Blue) = 130+226+156=512 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.39% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #82E29C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E29C is #7D1D63. Grayscale: #BDBDBD. Windows color (decimal): -8199524 or 10281602. OLE color: 10281602.

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

Color convert

RGB130226156-
CMYK0.4200.310.11
HSL136.25º62.34%69.8%-
HSV(B)136.25º42.48%88.63%-
XYZ42.461.5441.1-
YUV189.32109.285.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.39%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 156 (61.33% from 255) = 30.47%
R=25.39%
G=44.14%
B=30.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302261560.4200.310.11136.2562.3469.8
Hex82E29C2A01FB883e46
Octal202342234520371321076106
Binary1000001011100010100111001010100111111011100010001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,226,156); }

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

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

 a { background-color: rgb(130,226,156); }

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

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

 span { border-color: rgb(130,226,156); }

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