Shades of Mantis #90BF60
Tints of Mantis #90BF60
RGB
CMYK
RGB Variations
Color information
#90BF60 (or 0x90BF60) is known color: Mantis. HEX triplet: 90, BF and 60. RGB value is (144,191,96). Sum of RGB (Red+Green+Blue) = 144+191+96=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF60 is #6F409F. Grayscale: #A6A6A6. Windows color (decimal): -7291040 or 6340496. OLE color: 6340496.
HSL color Cylindrical-coordinate representation of color #90BF60: hue angle of 89.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90BF60 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 96 | - |
| CMYK | 0.25 | 0 | 0.50 | 0.25 |
| HSL | 89.68º | 0.43% | 0.56% | - |
| HSV(B) | 89.68º | 0.5% | 0.75% | - |
| XYZ | 32.24 | 44.04 | 17.87 | - |
| YUV | 166.12 | 88.43 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 96 | 0.25 | 0 | 0.50 | 0.25 | 89.68 | 0.43 | 0.56 |
| Hex | 90 | BF | 60 | 19 | 0 | 32 | 19 | 5A | 2B | 38 |
| Octal | 220 | 277 | 140 | 31 | 0 | 62 | 31 | 132 | 53 | 70 |
| Binary | 10010000 | 10111111 | 1100000 | 11001 | 0 | 110010 | 11001 | 1011010 | 101011 | 111000 |
Color Harmonies of #90BF60
Complementary color
Monochromatic Colors of #90BF60
Black with #90BF60
Text Example
Text Example
White with #90BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF60; }
p { color: rgb(144,191,96); }
H1.HeaderClassName
{
color: #90BF60;
}
.AnyTagClassName
{
color: #90BF60;
}
</style>
background-color css
<style>
a { background-color: #90BF60; }
a { background-color: rgb(144,191,96); }
div.DivClassName
{
background-color: #90BF60;
}
.BgClassName
{
background-color: #90BF60;
}
</style>
border-color css
<style>
span { border-color: #90BF60; }
span { border-color: rgb(144,191,96); }
td.TdClassName
{
border-color: #90BF60;
}
.TagClassName
{
border-color: #90BF60;
}
</style>