Shades of Mantis #8FCB52
Tints of Mantis #8FCB52
RGB
CMYK
RGB Variations
Color information
#8FCB52 (or 0x8FCB52) is known color: Mantis. HEX triplet: 8F, CB and 52. RGB value is (143,203,82). Sum of RGB (Red+Green+Blue) = 143+203+82=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 203 (79.69% from 255 or 47.43% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 203 - color contains mainly: green. Hex color #8FCB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCB52 is #7034AD. Grayscale: #ABABAB. Windows color (decimal): -7353518 or 5426063. OLE color: 5426063.
HSL color Cylindrical-coordinate representation of color #8FCB52: hue angle of 89.75º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8FCB52 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 203 | 82 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.20 |
| HSL | 89.75º | 0.54% | 0.56% | - |
| HSV(B) | 89.75º | 0.6% | 0.8% | - |
| XYZ | 34.21 | 49.16 | 15.67 | - |
| YUV | 171.27 | 77.62 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 203 | 82 | 0.30 | 0 | 0.60 | 0.20 | 89.75 | 0.54 | 0.56 |
| Hex | 8F | CB | 52 | 1E | 0 | 3C | 14 | 5A | 36 | 38 |
| Octal | 217 | 313 | 122 | 36 | 0 | 74 | 24 | 132 | 66 | 70 |
| Binary | 10001111 | 11001011 | 1010010 | 11110 | 0 | 111100 | 10100 | 1011010 | 110110 | 111000 |
Color Harmonies of #8FCB52
Complementary color
Monochromatic Colors of #8FCB52
Black with #8FCB52
Text Example
Text Example
White with #8FCB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCB52; }
p { color: rgb(143,203,82); }
H1.HeaderClassName
{
color: #8FCB52;
}
.AnyTagClassName
{
color: #8FCB52;
}
</style>
background-color css
<style>
a { background-color: #8FCB52; }
a { background-color: rgb(143,203,82); }
div.DivClassName
{
background-color: #8FCB52;
}
.BgClassName
{
background-color: #8FCB52;
}
</style>
border-color css
<style>
span { border-color: #8FCB52; }
span { border-color: rgb(143,203,82); }
td.TdClassName
{
border-color: #8FCB52;
}
.TagClassName
{
border-color: #8FCB52;
}
</style>