Shades of Mantis #8DCF54
Tints of Mantis #8DCF54
RGB
CMYK
RGB Variations
Color information
#8DCF54 (or 0x8DCF54) is known color: Mantis. HEX triplet: 8D, CF and 54. RGB value is (141,207,84). Sum of RGB (Red+Green+Blue) = 141+207+84=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 84 (33.20% from 255 or 19.44% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF54 is #7230AB. Grayscale: #ADADAD. Windows color (decimal): -7483564 or 5558157. OLE color: 5558157.
HSL color Cylindrical-coordinate representation of color #8DCF54: hue angle of 92.2º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DCF54 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 84 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.19 |
| HSL | 92.2º | 0.56% | 0.57% | - |
| HSV(B) | 92.2º | 0.59% | 0.81% | - |
| XYZ | 34.9 | 50.93 | 16.38 | - |
| YUV | 173.24 | 77.63 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 84 | 0.32 | 0 | 0.59 | 0.19 | 92.2 | 0.56 | 0.57 |
| Hex | 8D | CF | 54 | 20 | 0 | 3B | 13 | 5C | 38 | 39 |
| Octal | 215 | 317 | 124 | 40 | 0 | 73 | 23 | 134 | 70 | 71 |
| Binary | 10001101 | 11001111 | 1010100 | 100000 | 0 | 111011 | 10011 | 1011100 | 111000 | 111001 |
Color Harmonies of #8DCF54
Complementary color
Monochromatic Colors of #8DCF54
Black with #8DCF54
Text Example
Text Example
White with #8DCF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF54; }
p { color: rgb(141,207,84); }
H1.HeaderClassName
{
color: #8DCF54;
}
.AnyTagClassName
{
color: #8DCF54;
}
</style>
background-color css
<style>
a { background-color: #8DCF54; }
a { background-color: rgb(141,207,84); }
div.DivClassName
{
background-color: #8DCF54;
}
.BgClassName
{
background-color: #8DCF54;
}
</style>
border-color css
<style>
span { border-color: #8DCF54; }
span { border-color: rgb(141,207,84); }
td.TdClassName
{
border-color: #8DCF54;
}
.TagClassName
{
border-color: #8DCF54;
}
</style>