Shades of Mantis #91CA53
Tints of Mantis #91CA53
RGB
CMYK
RGB Variations
Color information
#91CA53 (or 0x91CA53) is known color: Mantis. HEX triplet: 91, CA and 53. RGB value is (145,202,83). Sum of RGB (Red+Green+Blue) = 145+202+83=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 83 (32.81% from 255 or 19.30% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA53 is #6E35AC. Grayscale: #ABABAB. Windows color (decimal): -7222701 or 5491345. OLE color: 5491345.
HSL color Cylindrical-coordinate representation of color #91CA53: hue angle of 88.74º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #91CA53 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 83 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.21 |
| HSL | 88.74º | 0.53% | 0.56% | - |
| HSV(B) | 88.74º | 0.59% | 0.79% | - |
| XYZ | 34.36 | 48.89 | 15.81 | - |
| YUV | 171.39 | 78.12 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 83 | 0.28 | 0 | 0.59 | 0.21 | 88.74 | 0.53 | 0.56 |
| Hex | 91 | CA | 53 | 1C | 0 | 3B | 15 | 59 | 35 | 38 |
| Octal | 221 | 312 | 123 | 34 | 0 | 73 | 25 | 131 | 65 | 70 |
| Binary | 10010001 | 11001010 | 1010011 | 11100 | 0 | 111011 | 10101 | 1011001 | 110101 | 111000 |
Color Harmonies of #91CA53
Complementary color
Monochromatic Colors of #91CA53
Black with #91CA53
Text Example
Text Example
White with #91CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA53; }
p { color: rgb(145,202,83); }
H1.HeaderClassName
{
color: #91CA53;
}
.AnyTagClassName
{
color: #91CA53;
}
</style>
background-color css
<style>
a { background-color: #91CA53; }
a { background-color: rgb(145,202,83); }
div.DivClassName
{
background-color: #91CA53;
}
.BgClassName
{
background-color: #91CA53;
}
</style>
border-color css
<style>
span { border-color: #91CA53; }
span { border-color: rgb(145,202,83); }
td.TdClassName
{
border-color: #91CA53;
}
.TagClassName
{
border-color: #91CA53;
}
</style>