#82E28C

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

Shades of Light Green #82E28C

Tints of Light Green #82E28C

Color information

#82E28C (or 0x82E28C) is unknown color: approx Light Green. HEX triplet: 82, E2 and 8C. RGB value is (130,226,140). Sum of RGB (Red+Green+Blue) = 130+226+140=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 226 - color contains mainly: green. Hex color #82E28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82E28C is #7D1D73. Grayscale: #BBBBBB. Windows color (decimal): -8199540 or 9233026. OLE color: 9233026.

HSL color Cylindrical-coordinate representation of color #82E28C: hue angle of 126.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 #82E28C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB130226140-
CMYK0.4200.380.11
HSL126.25º62.34%69.8%-
HSV(B)126.25º42.48%88.63%-
XYZ41.1461.0334.42-
YUV187.49101.286.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 226 (88.67% from 255) = 45.56%
BLUE value IS 140 (55.08% from 255) = 28.23%
R=26.21%
G=45.56%
B=28.23%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1302261400.4200.380.11126.2562.3469.8
Hex82E28C2A026B7e3e46
Octal202342214520461317676106
Binary1000001011100010100011001010100100110101111111101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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