Shades of Summer Green #82CA98
Tints of Summer Green #82CA98
RGB
CMYK
RGB Variations
Color information
#82CA98 (or 0x82CA98) is known color: Summer Green. HEX triplet: 82, CA and 98. RGB value is (130,202,152). Sum of RGB (Red+Green+Blue) = 130+202+152=484 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.86% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #82CA98 is #7D3567. Grayscale: #AEAEAE. Windows color (decimal): -8205672 or 10013314. OLE color: 10013314.
HSL color Cylindrical-coordinate representation of color #82CA98: hue angle of 138.33º 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 #82CA98 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 152 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.21 |
| HSL | 138.33º | 0.4% | 0.65% | - |
| HSV(B) | 138.33º | 0.36% | 0.79% | - |
| XYZ | 35.99 | 49.25 | 37.32 | - |
| YUV | 174.77 | 115.15 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 152 | 0.36 | 0 | 0.25 | 0.21 | 138.33 | 0.4 | 0.65 |
| Hex | 82 | CA | 98 | 24 | 0 | 19 | 15 | 8A | 28 | 41 |
| Octal | 202 | 312 | 230 | 44 | 0 | 31 | 25 | 212 | 50 | 101 |
| Binary | 10000010 | 11001010 | 10011000 | 100100 | 0 | 11001 | 10101 | 10001010 | 101000 | 1000001 |
Color Harmonies of #82CA98
Complementary color
Monochromatic Colors of #82CA98
Black with #82CA98
Text Example
Text Example
White with #82CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA98; }
p { color: rgb(130,202,152); }
H1.HeaderClassName
{
color: #82CA98;
}
.AnyTagClassName
{
color: #82CA98;
}
</style>
background-color css
<style>
a { background-color: #82CA98; }
a { background-color: rgb(130,202,152); }
div.DivClassName
{
background-color: #82CA98;
}
.BgClassName
{
background-color: #82CA98;
}
</style>
border-color css
<style>
span { border-color: #82CA98; }
span { border-color: rgb(130,202,152); }
td.TdClassName
{
border-color: #82CA98;
}
.TagClassName
{
border-color: #82CA98;
}
</style>