Shades of Mantis #8FCB53
Tints of Mantis #8FCB53
RGB
CMYK
RGB Variations
Color information
#8FCB53 (or 0x8FCB53) is known color: Mantis. HEX triplet: 8F, CB and 53. RGB value is (143,203,83). Sum of RGB (Red+Green+Blue) = 143+203+83=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB53 is #7034AC. Grayscale: #ABABAB. Windows color (decimal): -7353517 or 5491599. OLE color: 5491599.
HSL color Cylindrical-coordinate representation of color #8FCB53: hue angle of 90º degrees, saturation: 0.54, 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 #8FCB53 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 83 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.20 |
| HSL | 90º | 0.54% | 0.56% | - |
| HSV(B) | 90º | 0.59% | 0.8% | - |
| XYZ | 34.24 | 49.18 | 15.87 | - |
| YUV | 171.38 | 78.12 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 83 | 0.30 | 0 | 0.59 | 0.20 | 90 | 0.54 | 0.56 |
| Hex | 8F | CB | 53 | 1E | 0 | 3B | 14 | 5A | 36 | 38 |
| Octal | 217 | 313 | 123 | 36 | 0 | 73 | 24 | 132 | 66 | 70 |
| Binary | 10001111 | 11001011 | 1010011 | 11110 | 0 | 111011 | 10100 | 1011010 | 110110 | 111000 |
Color Harmonies of #8FCB53
Complementary color
Monochromatic Colors of #8FCB53
Black with #8FCB53
Text Example
Text Example
White with #8FCB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB53; }
p { color: rgb(143,203,83); }
H1.HeaderClassName
{
color: #8FCB53;
}
.AnyTagClassName
{
color: #8FCB53;
}
</style>
background-color css
<style>
a { background-color: #8FCB53; }
a { background-color: rgb(143,203,83); }
div.DivClassName
{
background-color: #8FCB53;
}
.BgClassName
{
background-color: #8FCB53;
}
</style>
border-color css
<style>
span { border-color: #8FCB53; }
span { border-color: rgb(143,203,83); }
td.TdClassName
{
border-color: #8FCB53;
}
.TagClassName
{
border-color: #8FCB53;
}
</style>