Shades of Mantis #90CA68
Tints of Mantis #90CA68
RGB
CMYK
RGB Variations
Color information
#90CA68 (or 0x90CA68) is known color: Mantis. HEX triplet: 90, CA and 68. RGB value is (144,202,104). Sum of RGB (Red+Green+Blue) = 144+202+104=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CA68 is #6F3597. Grayscale: #ADADAD. Windows color (decimal): -7288216 or 6867600. OLE color: 6867600.
HSL color Cylindrical-coordinate representation of color #90CA68: hue angle of 95.51º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90CA68 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 144 | 202 | 104 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.21 |
| HSL | 95.51º | 0.48% | 0.6% | - |
| HSV(B) | 95.51º | 0.49% | 0.79% | - |
| XYZ | 35.12 | 49.17 | 20.74 | - |
| YUV | 173.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 104 | 0.29 | 0 | 0.49 | 0.21 | 95.51 | 0.48 | 0.6 |
| Hex | 90 | CA | 68 | 1D | 0 | 31 | 15 | 60 | 30 | 3C |
| Octal | 220 | 312 | 150 | 35 | 0 | 61 | 25 | 140 | 60 | 74 |
| Binary | 10010000 | 11001010 | 1101000 | 11101 | 0 | 110001 | 10101 | 1100000 | 110000 | 111100 |
Color Harmonies of #90CA68
Complementary color
Monochromatic Colors of #90CA68
Black with #90CA68
Text Example
Text Example
White with #90CA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CA68; }
p { color: rgb(144,202,104); }
H1.HeaderClassName
{
color: #90CA68;
}
.AnyTagClassName
{
color: #90CA68;
}
</style>
background-color css
<style>
a { background-color: #90CA68; }
a { background-color: rgb(144,202,104); }
div.DivClassName
{
background-color: #90CA68;
}
.BgClassName
{
background-color: #90CA68;
}
</style>
border-color css
<style>
span { border-color: #90CA68; }
span { border-color: rgb(144,202,104); }
td.TdClassName
{
border-color: #90CA68;
}
.TagClassName
{
border-color: #90CA68;
}
</style>