Shades of Light Green #82DF92
Tints of Light Green #82DF92
RGB
CMYK
RGB Variations
Color information
#82DF92 (or 0x82DF92) is known color: Light Green. HEX triplet: 82, DF and 92. RGB value is (130,223,146). Sum of RGB (Red+Green+Blue) = 130+223+146=499 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26.05% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82DF92 is #7D206D. Grayscale: #BABABA. Windows color (decimal): -8200302 or 9625474. OLE color: 9625474.
HSL color Cylindrical-coordinate representation of color #82DF92: hue angle of 130.32º 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 #82DF92 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 146 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.13 |
| HSL | 130.32º | 0.59% | 0.69% | - |
| HSV(B) | 130.32º | 0.42% | 0.87% | - |
| XYZ | 40.78 | 59.6 | 36.55 | - |
| YUV | 186.42 | 105.19 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 146 | 0.42 | 0 | 0.35 | 0.13 | 130.32 | 0.59 | 0.69 |
| Hex | 82 | DF | 92 | 2A | 0 | 23 | D | 82 | 3B | 45 |
| Octal | 202 | 337 | 222 | 52 | 0 | 43 | 15 | 202 | 73 | 105 |
| Binary | 10000010 | 11011111 | 10010010 | 101010 | 0 | 100011 | 1101 | 10000010 | 111011 | 1000101 |
Color Harmonies of #82DF92
Complementary color
Monochromatic Colors of #82DF92
Black with #82DF92
Text Example
Text Example
White with #82DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF92; }
p { color: rgb(130,223,146); }
H1.HeaderClassName
{
color: #82DF92;
}
.AnyTagClassName
{
color: #82DF92;
}
</style>
background-color css
<style>
a { background-color: #82DF92; }
a { background-color: rgb(130,223,146); }
div.DivClassName
{
background-color: #82DF92;
}
.BgClassName
{
background-color: #82DF92;
}
</style>
border-color css
<style>
span { border-color: #82DF92; }
span { border-color: rgb(130,223,146); }
td.TdClassName
{
border-color: #82DF92;
}
.TagClassName
{
border-color: #82DF92;
}
</style>