#82DF90

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

Shades of Light Green #82DF90

Tints of Light Green #82DF90

Color information

#82DF90 (or 0x82DF90) is unknown color: approx Light Green. HEX triplet: 82, DF and 90. RGB value is (130,223,144). Sum of RGB (Red+Green+Blue) = 130+223+144=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF90 is #7D206F. Grayscale: #BABABA. Windows color (decimal): -8200304 or 9494402. OLE color: 9494402.

HSL color Cylindrical-coordinate representation of color #82DF90: hue angle of 129.03º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #82DF90 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB130223144-
CMYK0.4200.350.13
HSL129.03º59.24%69.22%-
HSV(B)129.03º41.7%87.45%-
XYZ40.6359.5335.74-
YUV186.19104.1987.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 223 (87.5% from 255) = 44.87%
BLUE value IS 144 (56.64% from 255) = 28.97%
R=26.16%
G=44.87%
B=28.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302231440.4200.350.13129.0359.2469.22
Hex82DF902A023D813b45
Octal202337220520431520173105
Binary10000010110111111001000010101001000111101100000011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,144); }

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

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

 a { background-color: rgb(130,223,144); }

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

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

 span { border-color: rgb(130,223,144); }

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