Shades of Mantis #8DCF55
Tints of Mantis #8DCF55
RGB
CMYK
RGB Variations
Color information
#8DCF55 (or 0x8DCF55) is known color: Mantis. HEX triplet: 8D, CF and 55. RGB value is (141,207,85). Sum of RGB (Red+Green+Blue) = 141+207+85=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCF55 is #7230AA. Grayscale: #ADADAD. Windows color (decimal): -7483563 or 5623693. OLE color: 5623693.
HSL color Cylindrical-coordinate representation of color #8DCF55: hue angle of 92.46º 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 #8DCF55 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 85 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.19 |
| HSL | 92.46º | 0.56% | 0.57% | - |
| HSV(B) | 92.46º | 0.59% | 0.81% | - |
| XYZ | 34.94 | 50.94 | 16.59 | - |
| YUV | 173.36 | 78.13 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 85 | 0.32 | 0 | 0.59 | 0.19 | 92.46 | 0.56 | 0.57 |
| Hex | 8D | CF | 55 | 20 | 0 | 3B | 13 | 5C | 38 | 39 |
| Octal | 215 | 317 | 125 | 40 | 0 | 73 | 23 | 134 | 70 | 71 |
| Binary | 10001101 | 11001111 | 1010101 | 100000 | 0 | 111011 | 10011 | 1011100 | 111000 | 111001 |
Color Harmonies of #8DCF55
Complementary color
Monochromatic Colors of #8DCF55
Black with #8DCF55
Text Example
Text Example
White with #8DCF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCF55; }
p { color: rgb(141,207,85); }
H1.HeaderClassName
{
color: #8DCF55;
}
.AnyTagClassName
{
color: #8DCF55;
}
</style>
background-color css
<style>
a { background-color: #8DCF55; }
a { background-color: rgb(141,207,85); }
div.DivClassName
{
background-color: #8DCF55;
}
.BgClassName
{
background-color: #8DCF55;
}
</style>
border-color css
<style>
span { border-color: #8DCF55; }
span { border-color: rgb(141,207,85); }
td.TdClassName
{
border-color: #8DCF55;
}
.TagClassName
{
border-color: #8DCF55;
}
</style>