Shades of Mantis #8FDB5A
Tints of Mantis #8FDB5A
RGB
CMYK
RGB Variations
Color information
#8FDB5A (or 0x8FDB5A) is known color: Mantis. HEX triplet: 8F, DB and 5A. RGB value is (143,219,90). Sum of RGB (Red+Green+Blue) = 143+219+90=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 219 (85.94% from 255 or 48.45% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB5A is #7024A5. Grayscale: #B6B6B6. Windows color (decimal): -7349414 or 5954447. OLE color: 5954447.
HSL color Cylindrical-coordinate representation of color #8FDB5A: hue angle of 95.35º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FDB5A is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 219 | 90 | - |
| CMYK | 0.35 | 0 | 0.59 | 0.14 |
| HSL | 95.35º | 0.64% | 0.61% | - |
| HSV(B) | 95.35º | 0.59% | 0.86% | - |
| XYZ | 38.5 | 57.24 | 18.69 | - |
| YUV | 181.57 | 76.32 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 219 | 90 | 0.35 | 0 | 0.59 | 0.14 | 95.35 | 0.64 | 0.61 |
| Hex | 8F | DB | 5A | 23 | 0 | 3B | E | 5F | 40 | 3D |
| Octal | 217 | 333 | 132 | 43 | 0 | 73 | 16 | 137 | 100 | 75 |
| Binary | 10001111 | 11011011 | 1011010 | 100011 | 0 | 111011 | 1110 | 1011111 | 1000000 | 111101 |
Color Harmonies of #8FDB5A
Complementary color
Monochromatic Colors of #8FDB5A
Black with #8FDB5A
Text Example
Text Example
White with #8FDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDB5A; }
p { color: rgb(143,219,90); }
H1.HeaderClassName
{
color: #8FDB5A;
}
.AnyTagClassName
{
color: #8FDB5A;
}
</style>
background-color css
<style>
a { background-color: #8FDB5A; }
a { background-color: rgb(143,219,90); }
div.DivClassName
{
background-color: #8FDB5A;
}
.BgClassName
{
background-color: #8FDB5A;
}
</style>
border-color css
<style>
span { border-color: #8FDB5A; }
span { border-color: rgb(143,219,90); }
td.TdClassName
{
border-color: #8FDB5A;
}
.TagClassName
{
border-color: #8FDB5A;
}
</style>