Shades of Mantis #82CA54
Tints of Mantis #82CA54
RGB
CMYK
RGB Variations
Color information
#82CA54 (or 0x82CA54) is known color: Mantis. HEX triplet: 82, CA and 54. RGB value is (130,202,84). Sum of RGB (Red+Green+Blue) = 130+202+84=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA54 is #7D35AB. Grayscale: #A7A7A7. Windows color (decimal): -8205740 or 5556866. OLE color: 5556866.
HSL color Cylindrical-coordinate representation of color #82CA54: hue angle of 96.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82CA54 is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 130 | 202 | 84 | - |
| CMYK | 0.36 | 0 | 0.58 | 0.21 |
| HSL | 96.61º | 0.53% | 0.56% | - |
| HSV(B) | 96.61º | 0.58% | 0.79% | - |
| XYZ | 31.93 | 47.63 | 15.9 | - |
| YUV | 167.02 | 81.15 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 202 | 84 | 0.36 | 0 | 0.58 | 0.21 | 96.61 | 0.53 | 0.56 |
| Hex | 82 | CA | 54 | 24 | 0 | 3A | 15 | 61 | 35 | 38 |
| Octal | 202 | 312 | 124 | 44 | 0 | 72 | 25 | 141 | 65 | 70 |
| Binary | 10000010 | 11001010 | 1010100 | 100100 | 0 | 111010 | 10101 | 1100001 | 110101 | 111000 |
Color Harmonies of #82CA54
Complementary color
Monochromatic Colors of #82CA54
Black with #82CA54
Text Example
Text Example
White with #82CA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CA54; }
p { color: rgb(130,202,84); }
H1.HeaderClassName
{
color: #82CA54;
}
.AnyTagClassName
{
color: #82CA54;
}
</style>
background-color css
<style>
a { background-color: #82CA54; }
a { background-color: rgb(130,202,84); }
div.DivClassName
{
background-color: #82CA54;
}
.BgClassName
{
background-color: #82CA54;
}
</style>
border-color css
<style>
span { border-color: #82CA54; }
span { border-color: rgb(130,202,84); }
td.TdClassName
{
border-color: #82CA54;
}
.TagClassName
{
border-color: #82CA54;
}
</style>