Shades of Summer Green #82CA9D
Tints of Summer Green #82CA9D
RGB
CMYK
RGB Variations
Color information
#82CA9D (or 0x82CA9D) is known color: Summer Green. HEX triplet: 82, CA and 9D. RGB value is (130,202,157). Sum of RGB (Red+Green+Blue) = 130+202+157=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA9D is #7D3562. Grayscale: #AFAFAF. Windows color (decimal): -8205667 or 10340994. OLE color: 10340994.
HSL color Cylindrical-coordinate representation of color #82CA9D: hue angle of 142.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 #82CA9D is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 157 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.21 |
| HSL | 142.5º | 0.4% | 0.65% | - |
| HSV(B) | 142.5º | 0.36% | 0.79% | - |
| XYZ | 36.41 | 49.42 | 39.52 | - |
| YUV | 175.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 157 | 0.36 | 0 | 0.22 | 0.21 | 142.5 | 0.4 | 0.65 |
| Hex | 82 | CA | 9D | 24 | 0 | 16 | 15 | 8E | 28 | 41 |
| Octal | 202 | 312 | 235 | 44 | 0 | 26 | 25 | 216 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10011101 | 100100 | 0 | 10110 | 10101 | 10001110 | 101000 | 1000001 |
Color Harmonies of #82CA9D
Complementary color
Monochromatic Colors of #82CA9D
Black with #82CA9D
Text Example
Text Example
White with #82CA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA9D; }
p { color: rgb(130,202,157); }
H1.HeaderClassName
{
color: #82CA9D;
}
.AnyTagClassName
{
color: #82CA9D;
}
</style>
background-color css
<style>
a { background-color: #82CA9D; }
a { background-color: rgb(130,202,157); }
div.DivClassName
{
background-color: #82CA9D;
}
.BgClassName
{
background-color: #82CA9D;
}
</style>
border-color css
<style>
span { border-color: #82CA9D; }
span { border-color: rgb(130,202,157); }
td.TdClassName
{
border-color: #82CA9D;
}
.TagClassName
{
border-color: #82CA9D;
}
</style>