Shades of Mantis #8CCE4D
Tints of Mantis #8CCE4D
RGB
CMYK
RGB Variations
Color information
#8CCE4D (or 0x8CCE4D) is known color: Mantis. HEX triplet: 8C, CE and 4D. RGB value is (140,206,77). Sum of RGB (Red+Green+Blue) = 140+206+77=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 77 (30.47% from 255 or 18.20% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCE4D is #7331B2. Grayscale: #ACACAC. Windows color (decimal): -7549363 or 5099148. OLE color: 5099148.
HSL color Cylindrical-coordinate representation of color #8CCE4D: hue angle of 90.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8CCE4D is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 77 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.19 |
| HSL | 90.7º | 0.57% | 0.55% | - |
| HSV(B) | 90.7º | 0.63% | 0.81% | - |
| XYZ | 34.23 | 50.25 | 14.92 | - |
| YUV | 171.56 | 74.63 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 77 | 0.32 | 0 | 0.63 | 0.19 | 90.7 | 0.57 | 0.55 |
| Hex | 8C | CE | 4D | 20 | 0 | 3F | 13 | 5B | 39 | 37 |
| Octal | 214 | 316 | 115 | 40 | 0 | 77 | 23 | 133 | 71 | 67 |
| Binary | 10001100 | 11001110 | 1001101 | 100000 | 0 | 111111 | 10011 | 1011011 | 111001 | 110111 |
Color Harmonies of #8CCE4D
Complementary color
Monochromatic Colors of #8CCE4D
Black with #8CCE4D
Text Example
Text Example
White with #8CCE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCE4D; }
p { color: rgb(140,206,77); }
H1.HeaderClassName
{
color: #8CCE4D;
}
.AnyTagClassName
{
color: #8CCE4D;
}
</style>
background-color css
<style>
a { background-color: #8CCE4D; }
a { background-color: rgb(140,206,77); }
div.DivClassName
{
background-color: #8CCE4D;
}
.BgClassName
{
background-color: #8CCE4D;
}
</style>
border-color css
<style>
span { border-color: #8CCE4D; }
span { border-color: rgb(140,206,77); }
td.TdClassName
{
border-color: #8CCE4D;
}
.TagClassName
{
border-color: #8CCE4D;
}
</style>