Shades of Mantis #90BF5D
Tints of Mantis #90BF5D
RGB
CMYK
RGB Variations
Color information
#90BF5D (or 0x90BF5D) is known color: Mantis. HEX triplet: 90, BF and 5D. RGB value is (144,191,93). Sum of RGB (Red+Green+Blue) = 144+191+93=428 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.64% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90BF5D is #6F40A2. Grayscale: #A6A6A6. Windows color (decimal): -7291043 or 6143888. OLE color: 6143888.
HSL color Cylindrical-coordinate representation of color #90BF5D: hue angle of 88.78º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90BF5D is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 191 | 93 | - |
| CMYK | 0.25 | 0 | 0.51 | 0.25 |
| HSL | 88.78º | 0.43% | 0.56% | - |
| HSV(B) | 88.78º | 0.51% | 0.75% | - |
| XYZ | 32.11 | 43.98 | 17.15 | - |
| YUV | 165.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 191 | 93 | 0.25 | 0 | 0.51 | 0.25 | 88.78 | 0.43 | 0.56 |
| Hex | 90 | BF | 5D | 19 | 0 | 33 | 19 | 59 | 2B | 38 |
| Octal | 220 | 277 | 135 | 31 | 0 | 63 | 31 | 131 | 53 | 70 |
| Binary | 10010000 | 10111111 | 1011101 | 11001 | 0 | 110011 | 11001 | 1011001 | 101011 | 111000 |
Color Harmonies of #90BF5D
Complementary color
Monochromatic Colors of #90BF5D
Black with #90BF5D
Text Example
Text Example
White with #90BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BF5D; }
p { color: rgb(144,191,93); }
H1.HeaderClassName
{
color: #90BF5D;
}
.AnyTagClassName
{
color: #90BF5D;
}
</style>
background-color css
<style>
a { background-color: #90BF5D; }
a { background-color: rgb(144,191,93); }
div.DivClassName
{
background-color: #90BF5D;
}
.BgClassName
{
background-color: #90BF5D;
}
</style>
border-color css
<style>
span { border-color: #90BF5D; }
span { border-color: rgb(144,191,93); }
td.TdClassName
{
border-color: #90BF5D;
}
.TagClassName
{
border-color: #90BF5D;
}
</style>