Shades of Mantis #90CB68
Tints of Mantis #90CB68
RGB
CMYK
RGB Variations
Color information
#90CB68 (or 0x90CB68) is known color: Mantis. HEX triplet: 90, CB and 68. RGB value is (144,203,104). Sum of RGB (Red+Green+Blue) = 144+203+104=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #90CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CB68 is #6F3497. Grayscale: #AEAEAE. Windows color (decimal): -7287960 or 6867856. OLE color: 6867856.
HSL color Cylindrical-coordinate representation of color #90CB68: hue angle of 95.76º 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 #90CB68 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 104 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.20 |
| HSL | 95.76º | 0.49% | 0.6% | - |
| HSV(B) | 95.76º | 0.49% | 0.8% | - |
| XYZ | 35.36 | 49.64 | 20.81 | - |
| YUV | 174.07 | 88.45 | 106.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 104 | 0.29 | 0 | 0.49 | 0.20 | 95.76 | 0.49 | 0.6 |
| Hex | 90 | CB | 68 | 1D | 0 | 31 | 14 | 60 | 31 | 3C |
| Octal | 220 | 313 | 150 | 35 | 0 | 61 | 24 | 140 | 61 | 74 |
| Binary | 10010000 | 11001011 | 1101000 | 11101 | 0 | 110001 | 10100 | 1100000 | 110001 | 111100 |
Color Harmonies of #90CB68
Complementary color
Monochromatic Colors of #90CB68
Black with #90CB68
Text Example
Text Example
White with #90CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CB68; }
p { color: rgb(144,203,104); }
H1.HeaderClassName
{
color: #90CB68;
}
.AnyTagClassName
{
color: #90CB68;
}
</style>
background-color css
<style>
a { background-color: #90CB68; }
a { background-color: rgb(144,203,104); }
div.DivClassName
{
background-color: #90CB68;
}
.BgClassName
{
background-color: #90CB68;
}
</style>
border-color css
<style>
span { border-color: #90CB68; }
span { border-color: rgb(144,203,104); }
td.TdClassName
{
border-color: #90CB68;
}
.TagClassName
{
border-color: #90CB68;
}
</style>