Shades of Summer Green #82CA97
Tints of Summer Green #82CA97
RGB
CMYK
RGB Variations
Color information
#82CA97 (or 0x82CA97) is known color: Summer Green. HEX triplet: 82, CA and 97. RGB value is (130,202,151). Sum of RGB (Red+Green+Blue) = 130+202+151=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA97 is #7D3568. Grayscale: #AEAEAE. Windows color (decimal): -8205673 or 9947778. OLE color: 9947778.
HSL color Cylindrical-coordinate representation of color #82CA97: hue angle of 137.5º 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 #82CA97 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 151 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.21 |
| HSL | 137.5º | 0.4% | 0.65% | - |
| HSV(B) | 137.5º | 0.36% | 0.79% | - |
| XYZ | 35.91 | 49.22 | 36.89 | - |
| YUV | 174.66 | 114.65 | 96.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 151 | 0.36 | 0 | 0.25 | 0.21 | 137.5 | 0.4 | 0.65 |
| Hex | 82 | CA | 97 | 24 | 0 | 19 | 15 | 8A | 28 | 41 |
| Octal | 202 | 312 | 227 | 44 | 0 | 31 | 25 | 212 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10010111 | 100100 | 0 | 11001 | 10101 | 10001010 | 101000 | 1000001 |
Color Harmonies of #82CA97
Complementary color
Monochromatic Colors of #82CA97
Black with #82CA97
Text Example
Text Example
White with #82CA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA97; }
p { color: rgb(130,202,151); }
H1.HeaderClassName
{
color: #82CA97;
}
.AnyTagClassName
{
color: #82CA97;
}
</style>
background-color css
<style>
a { background-color: #82CA97; }
a { background-color: rgb(130,202,151); }
div.DivClassName
{
background-color: #82CA97;
}
.BgClassName
{
background-color: #82CA97;
}
</style>
border-color css
<style>
span { border-color: #82CA97; }
span { border-color: rgb(130,202,151); }
td.TdClassName
{
border-color: #82CA97;
}
.TagClassName
{
border-color: #82CA97;
}
</style>