Shades of Summer Green #82CC99
Tints of Summer Green #82CC99
RGB
CMYK
RGB Variations
Color information
#82CC99 (or 0x82CC99) is known color: Summer Green. HEX triplet: 82, CC and 99. RGB value is (130,204,153). Sum of RGB (Red+Green+Blue) = 130+204+153=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC99 is #7D3366. Grayscale: #B0B0B0. Windows color (decimal): -8205159 or 10079362. OLE color: 10079362.
HSL color Cylindrical-coordinate representation of color #82CC99: hue angle of 138.65º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82CC99 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 153 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.2 |
| HSL | 138.65º | 0.42% | 0.65% | - |
| HSV(B) | 138.65º | 0.36% | 0.8% | - |
| XYZ | 36.55 | 50.23 | 37.91 | - |
| YUV | 176.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 153 | 0.36 | 0 | 0.25 | 0.2 | 138.65 | 0.42 | 0.65 |
| Hex | 82 | CC | 99 | 24 | 0 | 19 | 14 | 8B | 2A | 41 |
| Octal | 202 | 314 | 231 | 44 | 0 | 31 | 24 | 213 | 52 | 101 |
| Binary | 10000010 | 11001100 | 10011001 | 100100 | 0 | 11001 | 10100 | 10001011 | 101010 | 1000001 |
Color Harmonies of #82CC99
Complementary color
Monochromatic Colors of #82CC99
Black with #82CC99
Text Example
Text Example
White with #82CC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC99; }
p { color: rgb(130,204,153); }
H1.HeaderClassName
{
color: #82CC99;
}
.AnyTagClassName
{
color: #82CC99;
}
</style>
background-color css
<style>
a { background-color: #82CC99; }
a { background-color: rgb(130,204,153); }
div.DivClassName
{
background-color: #82CC99;
}
.BgClassName
{
background-color: #82CC99;
}
</style>
border-color css
<style>
span { border-color: #82CC99; }
span { border-color: rgb(130,204,153); }
td.TdClassName
{
border-color: #82CC99;
}
.TagClassName
{
border-color: #82CC99;
}
</style>