Shades of Mantis #8FDC53
Tints of Mantis #8FDC53
RGB
CMYK
RGB Variations
Color information
#8FDC53 (or 0x8FDC53) is known color: Mantis. HEX triplet: 8F, DC and 53. RGB value is (143,220,83). Sum of RGB (Red+Green+Blue) = 143+220+83=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC53 is #7023AC. Grayscale: #B5B5B5. Windows color (decimal): -7349165 or 5495951. OLE color: 5495951.
HSL color Cylindrical-coordinate representation of color #8FDC53: hue angle of 93.72º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FDC53 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 83 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.14 |
| HSL | 93.72º | 0.66% | 0.59% | - |
| HSV(B) | 93.72º | 0.62% | 0.86% | - |
| XYZ | 38.48 | 57.65 | 17.28 | - |
| YUV | 181.36 | 72.49 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 83 | 0.35 | 0 | 0.62 | 0.14 | 93.72 | 0.66 | 0.59 |
| Hex | 8F | DC | 53 | 23 | 0 | 3E | E | 5E | 42 | 3B |
| Octal | 217 | 334 | 123 | 43 | 0 | 76 | 16 | 136 | 102 | 73 |
| Binary | 10001111 | 11011100 | 1010011 | 100011 | 0 | 111110 | 1110 | 1011110 | 1000010 | 111011 |
Color Harmonies of #8FDC53
Complementary color
Monochromatic Colors of #8FDC53
Black with #8FDC53
Text Example
Text Example
White with #8FDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC53; }
p { color: rgb(143,220,83); }
H1.HeaderClassName
{
color: #8FDC53;
}
.AnyTagClassName
{
color: #8FDC53;
}
</style>
background-color css
<style>
a { background-color: #8FDC53; }
a { background-color: rgb(143,220,83); }
div.DivClassName
{
background-color: #8FDC53;
}
.BgClassName
{
background-color: #8FDC53;
}
</style>
border-color css
<style>
span { border-color: #8FDC53; }
span { border-color: rgb(143,220,83); }
td.TdClassName
{
border-color: #8FDC53;
}
.TagClassName
{
border-color: #8FDC53;
}
</style>