Shades of Mantis #82CF51
Tints of Mantis #82CF51
RGB
CMYK
RGB Variations
Color information
#82CF51 (or 0x82CF51) is known color: Mantis. HEX triplet: 82, CF and 51. RGB value is (130,207,81). Sum of RGB (Red+Green+Blue) = 130+207+81=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF51 is #7D30AE. Grayscale: #AAAAAA. Windows color (decimal): -8204463 or 5361538. OLE color: 5361538.
HSL color Cylindrical-coordinate representation of color #82CF51: hue angle of 96.67º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82CF51 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 207 | 81 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.19 |
| HSL | 96.67º | 0.57% | 0.56% | - |
| HSV(B) | 96.67º | 0.61% | 0.81% | - |
| XYZ | 33 | 49.97 | 15.69 | - |
| YUV | 169.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 207 | 81 | 0.37 | 0 | 0.61 | 0.19 | 96.67 | 0.57 | 0.56 |
| Hex | 82 | CF | 51 | 25 | 0 | 3D | 13 | 61 | 39 | 38 |
| Octal | 202 | 317 | 121 | 45 | 0 | 75 | 23 | 141 | 71 | 70 |
| Binary | 10000010 | 11001111 | 1010001 | 100101 | 0 | 111101 | 10011 | 1100001 | 111001 | 111000 |
Color Harmonies of #82CF51
Complementary color
Monochromatic Colors of #82CF51
Black with #82CF51
Text Example
Text Example
White with #82CF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82CF51; }
p { color: rgb(130,207,81); }
H1.HeaderClassName
{
color: #82CF51;
}
.AnyTagClassName
{
color: #82CF51;
}
</style>
background-color css
<style>
a { background-color: #82CF51; }
a { background-color: rgb(130,207,81); }
div.DivClassName
{
background-color: #82CF51;
}
.BgClassName
{
background-color: #82CF51;
}
</style>
border-color css
<style>
span { border-color: #82CF51; }
span { border-color: rgb(130,207,81); }
td.TdClassName
{
border-color: #82CF51;
}
.TagClassName
{
border-color: #82CF51;
}
</style>