Shades of Mantis #8FCB54
Tints of Mantis #8FCB54
RGB
CMYK
RGB Variations
Color information
#8FCB54 (or 0x8FCB54) is known color: Mantis. HEX triplet: 8F, CB and 54. RGB value is (143,203,84). Sum of RGB (Red+Green+Blue) = 143+203+84=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 84 (33.20% from 255 or 19.53% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB54 is #7034AB. Grayscale: #ABABAB. Windows color (decimal): -7353516 or 5557135. OLE color: 5557135.
HSL color Cylindrical-coordinate representation of color #8FCB54: hue angle of 90.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8FCB54 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 84 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.20 |
| HSL | 90.25º | 0.53% | 0.56% | - |
| HSV(B) | 90.25º | 0.59% | 0.8% | - |
| XYZ | 34.28 | 49.19 | 16.08 | - |
| YUV | 171.49 | 78.62 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 84 | 0.30 | 0 | 0.59 | 0.20 | 90.25 | 0.53 | 0.56 |
| Hex | 8F | CB | 54 | 1E | 0 | 3B | 14 | 5A | 35 | 38 |
| Octal | 217 | 313 | 124 | 36 | 0 | 73 | 24 | 132 | 65 | 70 |
| Binary | 10001111 | 11001011 | 1010100 | 11110 | 0 | 111011 | 10100 | 1011010 | 110101 | 111000 |
Color Harmonies of #8FCB54
Complementary color
Monochromatic Colors of #8FCB54
Black with #8FCB54
Text Example
Text Example
White with #8FCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB54; }
p { color: rgb(143,203,84); }
H1.HeaderClassName
{
color: #8FCB54;
}
.AnyTagClassName
{
color: #8FCB54;
}
</style>
background-color css
<style>
a { background-color: #8FCB54; }
a { background-color: rgb(143,203,84); }
div.DivClassName
{
background-color: #8FCB54;
}
.BgClassName
{
background-color: #8FCB54;
}
</style>
border-color css
<style>
span { border-color: #8FCB54; }
span { border-color: rgb(143,203,84); }
td.TdClassName
{
border-color: #8FCB54;
}
.TagClassName
{
border-color: #8FCB54;
}
</style>