Shades of Mantis #8CDF61
Tints of Mantis #8CDF61
RGB
CMYK
RGB Variations
Color information
#8CDF61 (or 0x8CDF61) is known color: Mantis. HEX triplet: 8C, DF and 61. RGB value is (140,223,97). Sum of RGB (Red+Green+Blue) = 140+223+97=460 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.43% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDF61 is #73209E. Grayscale: #B8B8B8. Windows color (decimal): -7544991 or 6414220. OLE color: 6414220.
HSL color Cylindrical-coordinate representation of color #8CDF61: hue angle of 99.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CDF61 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 97 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.13 |
| HSL | 99.52º | 0.66% | 0.63% | - |
| HSV(B) | 99.52º | 0.57% | 0.87% | - |
| XYZ | 39.36 | 59.21 | 20.66 | - |
| YUV | 183.82 | 79 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 97 | 0.37 | 0 | 0.57 | 0.13 | 99.52 | 0.66 | 0.63 |
| Hex | 8C | DF | 61 | 25 | 0 | 39 | D | 64 | 42 | 3F |
| Octal | 214 | 337 | 141 | 45 | 0 | 71 | 15 | 144 | 102 | 77 |
| Binary | 10001100 | 11011111 | 1100001 | 100101 | 0 | 111001 | 1101 | 1100100 | 1000010 | 111111 |
Color Harmonies of #8CDF61
Complementary color
Monochromatic Colors of #8CDF61
Black with #8CDF61
Text Example
Text Example
White with #8CDF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF61; }
p { color: rgb(140,223,97); }
H1.HeaderClassName
{
color: #8CDF61;
}
.AnyTagClassName
{
color: #8CDF61;
}
</style>
background-color css
<style>
a { background-color: #8CDF61; }
a { background-color: rgb(140,223,97); }
div.DivClassName
{
background-color: #8CDF61;
}
.BgClassName
{
background-color: #8CDF61;
}
</style>
border-color css
<style>
span { border-color: #8CDF61; }
span { border-color: rgb(140,223,97); }
td.TdClassName
{
border-color: #8CDF61;
}
.TagClassName
{
border-color: #8CDF61;
}
</style>