Shades of Summer Green #82CC9E
Tints of Summer Green #82CC9E
RGB
CMYK
RGB Variations
Color information
#82CC9E (or 0x82CC9E) is known color: Summer Green. HEX triplet: 82, CC and 9E. RGB value is (130,204,158). Sum of RGB (Red+Green+Blue) = 130+204+158=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #82CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CC9E is #7D3361. Grayscale: #B0B0B0. Windows color (decimal): -8205154 or 10407042. OLE color: 10407042.
HSL color Cylindrical-coordinate representation of color #82CC9E: hue angle of 142.7º 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 #82CC9E is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 204 | 158 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.2 |
| HSL | 142.7º | 0.42% | 0.65% | - |
| HSV(B) | 142.7º | 0.36% | 0.8% | - |
| XYZ | 36.97 | 50.4 | 40.13 | - |
| YUV | 176.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 204 | 158 | 0.36 | 0 | 0.23 | 0.2 | 142.7 | 0.42 | 0.65 |
| Hex | 82 | CC | 9E | 24 | 0 | 17 | 14 | 8F | 2A | 41 |
| Octal | 202 | 314 | 236 | 44 | 0 | 27 | 24 | 217 | 52 | 101 |
| Binary | 10000010 | 11001100 | 10011110 | 100100 | 0 | 10111 | 10100 | 10001111 | 101010 | 1000001 |
Color Harmonies of #82CC9E
Complementary color
Monochromatic Colors of #82CC9E
Black with #82CC9E
Text Example
Text Example
White with #82CC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CC9E; }
p { color: rgb(130,204,158); }
H1.HeaderClassName
{
color: #82CC9E;
}
.AnyTagClassName
{
color: #82CC9E;
}
</style>
background-color css
<style>
a { background-color: #82CC9E; }
a { background-color: rgb(130,204,158); }
div.DivClassName
{
background-color: #82CC9E;
}
.BgClassName
{
background-color: #82CC9E;
}
</style>
border-color css
<style>
span { border-color: #82CC9E; }
span { border-color: rgb(130,204,158); }
td.TdClassName
{
border-color: #82CC9E;
}
.TagClassName
{
border-color: #82CC9E;
}
</style>