Shades of Mantis #91CA65
Tints of Mantis #91CA65
RGB
CMYK
RGB Variations
Color information
#91CA65 (or 0x91CA65) is known color: Mantis. HEX triplet: 91, CA and 65. RGB value is (145,202,101). Sum of RGB (Red+Green+Blue) = 145+202+101=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CA65 is #6E359A. Grayscale: #ADADAD. Windows color (decimal): -7222683 or 6670993. OLE color: 6670993.
HSL color Cylindrical-coordinate representation of color #91CA65: hue angle of 93.86º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #91CA65 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 101 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.21 |
| HSL | 93.86º | 0.49% | 0.59% | - |
| HSV(B) | 93.86º | 0.5% | 0.79% | - |
| XYZ | 35.15 | 49.2 | 19.96 | - |
| YUV | 173.44 | 87.12 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 101 | 0.28 | 0 | 0.50 | 0.21 | 93.86 | 0.49 | 0.59 |
| Hex | 91 | CA | 65 | 1C | 0 | 32 | 15 | 5E | 31 | 3B |
| Octal | 221 | 312 | 145 | 34 | 0 | 62 | 25 | 136 | 61 | 73 |
| Binary | 10010001 | 11001010 | 1100101 | 11100 | 0 | 110010 | 10101 | 1011110 | 110001 | 111011 |
Color Harmonies of #91CA65
Complementary color
Monochromatic Colors of #91CA65
Black with #91CA65
Text Example
Text Example
White with #91CA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA65; }
p { color: rgb(145,202,101); }
H1.HeaderClassName
{
color: #91CA65;
}
.AnyTagClassName
{
color: #91CA65;
}
</style>
background-color css
<style>
a { background-color: #91CA65; }
a { background-color: rgb(145,202,101); }
div.DivClassName
{
background-color: #91CA65;
}
.BgClassName
{
background-color: #91CA65;
}
</style>
border-color css
<style>
span { border-color: #91CA65; }
span { border-color: rgb(145,202,101); }
td.TdClassName
{
border-color: #91CA65;
}
.TagClassName
{
border-color: #91CA65;
}
</style>