Shades of Mantis #82CA69
Tints of Mantis #82CA69
RGB
CMYK
RGB Variations
Color information
#82CA69 (or 0x82CA69) is known color: Mantis. HEX triplet: 82, CA and 69. RGB value is (130,202,105). Sum of RGB (Red+Green+Blue) = 130+202+105=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 105 (41.41% from 255 or 24.03% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA69 is #7D3596. Grayscale: #A9A9A9. Windows color (decimal): -8205719 or 6933122. OLE color: 6933122.
HSL color Cylindrical-coordinate representation of color #82CA69: hue angle of 104.54º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82CA69 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 105 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.21 |
| HSL | 104.54º | 0.48% | 0.6% | - |
| HSV(B) | 104.54º | 0.48% | 0.79% | - |
| XYZ | 32.88 | 48.01 | 20.9 | - |
| YUV | 169.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 105 | 0.36 | 0 | 0.48 | 0.21 | 104.54 | 0.48 | 0.6 |
| Hex | 82 | CA | 69 | 24 | 0 | 30 | 15 | 69 | 30 | 3C |
| Octal | 202 | 312 | 151 | 44 | 0 | 60 | 25 | 151 | 60 | 74 |
| Binary | 10000010 | 11001010 | 1101001 | 100100 | 0 | 110000 | 10101 | 1101001 | 110000 | 111100 |
Color Harmonies of #82CA69
Complementary color
Monochromatic Colors of #82CA69
Black with #82CA69
Text Example
Text Example
White with #82CA69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA69; }
p { color: rgb(130,202,105); }
H1.HeaderClassName
{
color: #82CA69;
}
.AnyTagClassName
{
color: #82CA69;
}
</style>
background-color css
<style>
a { background-color: #82CA69; }
a { background-color: rgb(130,202,105); }
div.DivClassName
{
background-color: #82CA69;
}
.BgClassName
{
background-color: #82CA69;
}
</style>
border-color css
<style>
span { border-color: #82CA69; }
span { border-color: rgb(130,202,105); }
td.TdClassName
{
border-color: #82CA69;
}
.TagClassName
{
border-color: #82CA69;
}
</style>