Shades of Mantis #91CB68
Tints of Mantis #91CB68
RGB
CMYK
RGB Variations
Color information
#91CB68 (or 0x91CB68) is known color: Mantis. HEX triplet: 91, CB and 68. RGB value is (145,203,104). Sum of RGB (Red+Green+Blue) = 145+203+104=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #91CB68 is #6E3497. Grayscale: #AEAEAE. Windows color (decimal): -7222424 or 6867857. OLE color: 6867857.
HSL color Cylindrical-coordinate representation of color #91CB68: hue angle of 95.15º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91CB68 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 104 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.20 |
| HSL | 95.15º | 0.49% | 0.6% | - |
| HSV(B) | 95.15º | 0.49% | 0.8% | - |
| XYZ | 35.53 | 49.73 | 20.82 | - |
| YUV | 174.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 104 | 0.29 | 0 | 0.49 | 0.20 | 95.15 | 0.49 | 0.6 |
| Hex | 91 | CB | 68 | 1D | 0 | 31 | 14 | 5F | 31 | 3C |
| Octal | 221 | 313 | 150 | 35 | 0 | 61 | 24 | 137 | 61 | 74 |
| Binary | 10010001 | 11001011 | 1101000 | 11101 | 0 | 110001 | 10100 | 1011111 | 110001 | 111100 |
Color Harmonies of #91CB68
Complementary color
Monochromatic Colors of #91CB68
Black with #91CB68
Text Example
Text Example
White with #91CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB68; }
p { color: rgb(145,203,104); }
H1.HeaderClassName
{
color: #91CB68;
}
.AnyTagClassName
{
color: #91CB68;
}
</style>
background-color css
<style>
a { background-color: #91CB68; }
a { background-color: rgb(145,203,104); }
div.DivClassName
{
background-color: #91CB68;
}
.BgClassName
{
background-color: #91CB68;
}
</style>
border-color css
<style>
span { border-color: #91CB68; }
span { border-color: rgb(145,203,104); }
td.TdClassName
{
border-color: #91CB68;
}
.TagClassName
{
border-color: #91CB68;
}
</style>