Shades of Mantis #90CF5F
Tints of Mantis #90CF5F
RGB
CMYK
RGB Variations
Color information
#90CF5F (or 0x90CF5F) is known color: Mantis. HEX triplet: 90, CF and 5F. RGB value is (144,207,95). Sum of RGB (Red+Green+Blue) = 144+207+95=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #90CF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CF5F is #6F30A0. Grayscale: #AFAFAF. Windows color (decimal): -7286945 or 6279056. OLE color: 6279056.
HSL color Cylindrical-coordinate representation of color #90CF5F: hue angle of 93.75º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90CF5F is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 95 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.19 |
| HSL | 93.75º | 0.54% | 0.59% | - |
| HSV(B) | 93.75º | 0.54% | 0.81% | - |
| XYZ | 35.88 | 51.38 | 18.85 | - |
| YUV | 175.4 | 82.63 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 95 | 0.30 | 0 | 0.54 | 0.19 | 93.75 | 0.54 | 0.59 |
| Hex | 90 | CF | 5F | 1E | 0 | 36 | 13 | 5E | 36 | 3B |
| Octal | 220 | 317 | 137 | 36 | 0 | 66 | 23 | 136 | 66 | 73 |
| Binary | 10010000 | 11001111 | 1011111 | 11110 | 0 | 110110 | 10011 | 1011110 | 110110 | 111011 |
Color Harmonies of #90CF5F
Complementary color
Monochromatic Colors of #90CF5F
Black with #90CF5F
Text Example
Text Example
White with #90CF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CF5F; }
p { color: rgb(144,207,95); }
H1.HeaderClassName
{
color: #90CF5F;
}
.AnyTagClassName
{
color: #90CF5F;
}
</style>
background-color css
<style>
a { background-color: #90CF5F; }
a { background-color: rgb(144,207,95); }
div.DivClassName
{
background-color: #90CF5F;
}
.BgClassName
{
background-color: #90CF5F;
}
</style>
border-color css
<style>
span { border-color: #90CF5F; }
span { border-color: rgb(144,207,95); }
td.TdClassName
{
border-color: #90CF5F;
}
.TagClassName
{
border-color: #90CF5F;
}
</style>