Shades of Mantis #8CC74D
Tints of Mantis #8CC74D
RGB
CMYK
RGB Variations
Color information
#8CC74D (or 0x8CC74D) is known color: Mantis. HEX triplet: 8C, C7 and 4D. RGB value is (140,199,77). Sum of RGB (Red+Green+Blue) = 140+199+77=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 77 (30.47% from 255 or 18.51% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC74D is #7338B2. Grayscale: #A7A7A7. Windows color (decimal): -7551155 or 5097356. OLE color: 5097356.
HSL color Cylindrical-coordinate representation of color #8CC74D: hue angle of 89.02º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CC74D is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 77 | - |
| CMYK | 0.30 | 0 | 0.61 | 0.22 |
| HSL | 89.02º | 0.52% | 0.54% | - |
| HSV(B) | 89.02º | 0.61% | 0.78% | - |
| XYZ | 32.58 | 46.96 | 14.37 | - |
| YUV | 167.45 | 76.95 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 77 | 0.30 | 0 | 0.61 | 0.22 | 89.02 | 0.52 | 0.54 |
| Hex | 8C | C7 | 4D | 1E | 0 | 3D | 16 | 59 | 34 | 36 |
| Octal | 214 | 307 | 115 | 36 | 0 | 75 | 26 | 131 | 64 | 66 |
| Binary | 10001100 | 11000111 | 1001101 | 11110 | 0 | 111101 | 10110 | 1011001 | 110100 | 110110 |
Color Harmonies of #8CC74D
Complementary color
Monochromatic Colors of #8CC74D
Black with #8CC74D
Text Example
Text Example
White with #8CC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC74D; }
p { color: rgb(140,199,77); }
H1.HeaderClassName
{
color: #8CC74D;
}
.AnyTagClassName
{
color: #8CC74D;
}
</style>
background-color css
<style>
a { background-color: #8CC74D; }
a { background-color: rgb(140,199,77); }
div.DivClassName
{
background-color: #8CC74D;
}
.BgClassName
{
background-color: #8CC74D;
}
</style>
border-color css
<style>
span { border-color: #8CC74D; }
span { border-color: rgb(140,199,77); }
td.TdClassName
{
border-color: #8CC74D;
}
.TagClassName
{
border-color: #8CC74D;
}
</style>