#82DD99

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

Shades of Light Green #82DD99

Tints of Light Green #82DD99

Color information

#82DD99 (or 0x82DD99) is unknown color: approx Light Green. HEX triplet: 82, DD and 99. RGB value is (130,221,153). Sum of RGB (Red+Green+Blue) = 130+221+153=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #82DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DD99 is #7D2266. Grayscale: #BABABA. Windows color (decimal): -8200807 or 10083714. OLE color: 10083714.

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

Color convert

RGB130221153-
CMYK0.4100.310.13
HSL135.16º57.23%68.82%-
HSV(B)135.16º41.18%86.67%-
XYZ40.8158.7639.33-
YUV186.04109.3588.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 25.79%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 153 (60.16% from 255) = 30.36%
R=25.79%
G=43.85%
B=30.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1302211530.4100.310.13135.1657.2368.82
Hex82DD992901FD873945
Octal202335231510371520771105
Binary1000001011011101100110011010010111111101100001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,221,153); }

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

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

 a { background-color: rgb(130,221,153); }

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

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

 span { border-color: rgb(130,221,153); }

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