Shades of Light Green #82DF8F
Tints of Light Green #82DF8F
RGB
CMYK
RGB Variations
Color information
#82DF8F (or 0x82DF8F) is known color: Light Green. HEX triplet: 82, DF and 8F. RGB value is (130,223,143). Sum of RGB (Red+Green+Blue) = 130+223+143=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 143 (56.25% from 255 or 28.83% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF8F is #7D2070. Grayscale: #BABABA. Windows color (decimal): -8200305 or 9428866. OLE color: 9428866.
HSL color Cylindrical-coordinate representation of color #82DF8F: hue angle of 128.39º 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 #82DF8F is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 143 | - |
| CMYK | 0.42 | 0 | 0.36 | 0.13 |
| HSL | 128.39º | 0.59% | 0.69% | - |
| HSV(B) | 128.39º | 0.42% | 0.87% | - |
| XYZ | 40.55 | 59.5 | 35.33 | - |
| YUV | 186.07 | 103.69 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 143 | 0.42 | 0 | 0.36 | 0.13 | 128.39 | 0.59 | 0.69 |
| Hex | 82 | DF | 8F | 2A | 0 | 24 | D | 80 | 3B | 45 |
| Octal | 202 | 337 | 217 | 52 | 0 | 44 | 15 | 200 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10001111 | 101010 | 0 | 100100 | 1101 | 10000000 | 111011 | 1000101 |
Color Harmonies of #82DF8F
Complementary color
Monochromatic Colors of #82DF8F
Black with #82DF8F
Text Example
Text Example
White with #82DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF8F; }
p { color: rgb(130,223,143); }
H1.HeaderClassName
{
color: #82DF8F;
}
.AnyTagClassName
{
color: #82DF8F;
}
</style>
background-color css
<style>
a { background-color: #82DF8F; }
a { background-color: rgb(130,223,143); }
div.DivClassName
{
background-color: #82DF8F;
}
.BgClassName
{
background-color: #82DF8F;
}
</style>
border-color css
<style>
span { border-color: #82DF8F; }
span { border-color: rgb(130,223,143); }
td.TdClassName
{
border-color: #82DF8F;
}
.TagClassName
{
border-color: #82DF8F;
}
</style>