Shades of Mantis #91CF52
Tints of Mantis #91CF52
RGB
CMYK
RGB Variations
Color information
#91CF52 (or 0x91CF52) is known color: Mantis. HEX triplet: 91, CF and 52. RGB value is (145,207,82). Sum of RGB (Red+Green+Blue) = 145+207+82=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CF52 is #6E30AD. Grayscale: #AEAEAE. Windows color (decimal): -7221422 or 5427089. OLE color: 5427089.
HSL color Cylindrical-coordinate representation of color #91CF52: hue angle of 89.76º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91CF52 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 82 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.19 |
| HSL | 89.76º | 0.57% | 0.57% | - |
| HSV(B) | 89.76º | 0.6% | 0.81% | - |
| XYZ | 35.51 | 51.25 | 16 | - |
| YUV | 174.21 | 75.96 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 82 | 0.30 | 0 | 0.60 | 0.19 | 89.76 | 0.57 | 0.57 |
| Hex | 91 | CF | 52 | 1E | 0 | 3C | 13 | 5A | 39 | 39 |
| Octal | 221 | 317 | 122 | 36 | 0 | 74 | 23 | 132 | 71 | 71 |
| Binary | 10010001 | 11001111 | 1010010 | 11110 | 0 | 111100 | 10011 | 1011010 | 111001 | 111001 |
Color Harmonies of #91CF52
Complementary color
Monochromatic Colors of #91CF52
Black with #91CF52
Text Example
Text Example
White with #91CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF52; }
p { color: rgb(145,207,82); }
H1.HeaderClassName
{
color: #91CF52;
}
.AnyTagClassName
{
color: #91CF52;
}
</style>
background-color css
<style>
a { background-color: #91CF52; }
a { background-color: rgb(145,207,82); }
div.DivClassName
{
background-color: #91CF52;
}
.BgClassName
{
background-color: #91CF52;
}
</style>
border-color css
<style>
span { border-color: #91CF52; }
span { border-color: rgb(145,207,82); }
td.TdClassName
{
border-color: #91CF52;
}
.TagClassName
{
border-color: #91CF52;
}
</style>