Shades of Summer Green #82CA99
Tints of Summer Green #82CA99
RGB
CMYK
RGB Variations
Color information
#82CA99 (or 0x82CA99) is known color: Summer Green. HEX triplet: 82, CA and 99. RGB value is (130,202,153). Sum of RGB (Red+Green+Blue) = 130+202+153=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 153 (60.16% from 255 or 31.55% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA99 is #7D3566. Grayscale: #AFAFAF. Windows color (decimal): -8205671 or 10078850. OLE color: 10078850.
HSL color Cylindrical-coordinate representation of color #82CA99: hue angle of 139.17º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CA99 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 153 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.21 |
| HSL | 139.17º | 0.4% | 0.65% | - |
| HSV(B) | 139.17º | 0.36% | 0.79% | - |
| XYZ | 36.08 | 49.29 | 37.75 | - |
| YUV | 174.89 | 115.65 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 153 | 0.36 | 0 | 0.24 | 0.21 | 139.17 | 0.4 | 0.65 |
| Hex | 82 | CA | 99 | 24 | 0 | 18 | 15 | 8B | 28 | 41 |
| Octal | 202 | 312 | 231 | 44 | 0 | 30 | 25 | 213 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10011001 | 100100 | 0 | 11000 | 10101 | 10001011 | 101000 | 1000001 |
Color Harmonies of #82CA99
Complementary color
Monochromatic Colors of #82CA99
Black with #82CA99
Text Example
Text Example
White with #82CA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA99; }
p { color: rgb(130,202,153); }
H1.HeaderClassName
{
color: #82CA99;
}
.AnyTagClassName
{
color: #82CA99;
}
</style>
background-color css
<style>
a { background-color: #82CA99; }
a { background-color: rgb(130,202,153); }
div.DivClassName
{
background-color: #82CA99;
}
.BgClassName
{
background-color: #82CA99;
}
</style>
border-color css
<style>
span { border-color: #82CA99; }
span { border-color: rgb(130,202,153); }
td.TdClassName
{
border-color: #82CA99;
}
.TagClassName
{
border-color: #82CA99;
}
</style>