Shades of Light Green #82EF9C
Tints of Light Green #82EF9C
RGB
CMYK
RGB Variations
Color information
#82EF9C (or 0x82EF9C) is known color: Light Green. HEX triplet: 82, EF and 9C. RGB value is (130,239,156). Sum of RGB (Red+Green+Blue) = 130+239+156=525 (69% of max value = 765). Red value is 130 (51.17% from 255 or 24.76% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82EF9C is #7D1063. Grayscale: #C5C5C5. Windows color (decimal): -8196196 or 10284930. OLE color: 10284930.
HSL color Cylindrical-coordinate representation of color #82EF9C: hue angle of 134.31º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #82EF9C is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 156 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.06 |
| HSL | 134.31º | 0.77% | 0.72% | - |
| HSV(B) | 134.31º | 0.46% | 0.94% | - |
| XYZ | 46.07 | 68.88 | 42.32 | - |
| YUV | 196.95 | 104.89 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 156 | 0.46 | 0 | 0.35 | 0.06 | 134.31 | 0.77 | 0.72 |
| Hex | 82 | EF | 9C | 2E | 0 | 23 | 6 | 86 | 4D | 48 |
| Octal | 202 | 357 | 234 | 56 | 0 | 43 | 6 | 206 | 115 | 110 |
| Binary | 10000010 | 11101111 | 10011100 | 101110 | 0 | 100011 | 110 | 10000110 | 1001101 | 1001000 |
Color Harmonies of #82EF9C
Complementary color
Monochromatic Colors of #82EF9C
Black with #82EF9C
Text Example
Text Example
White with #82EF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EF9C; }
p { color: rgb(130,239,156); }
H1.HeaderClassName
{
color: #82EF9C;
}
.AnyTagClassName
{
color: #82EF9C;
}
</style>
background-color css
<style>
a { background-color: #82EF9C; }
a { background-color: rgb(130,239,156); }
div.DivClassName
{
background-color: #82EF9C;
}
.BgClassName
{
background-color: #82EF9C;
}
</style>
border-color css
<style>
span { border-color: #82EF9C; }
span { border-color: rgb(130,239,156); }
td.TdClassName
{
border-color: #82EF9C;
}
.TagClassName
{
border-color: #82EF9C;
}
</style>