Shades of Mantis #8CCD4F
Tints of Mantis #8CCD4F
RGB
CMYK
RGB Variations
Color information
#8CCD4F (or 0x8CCD4F) is known color: Mantis. HEX triplet: 8C, CD and 4F. RGB value is (140,205,79). Sum of RGB (Red+Green+Blue) = 140+205+79=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCD4F is #7332B0. Grayscale: #ABABAB. Windows color (decimal): -7549617 or 5229964. OLE color: 5229964.
HSL color Cylindrical-coordinate representation of color #8CCD4F: hue angle of 90.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CCD4F is Cyan = 0.32, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 79 | - |
| CMYK | 0.32 | 0 | 0.61 | 0.20 |
| HSL | 90.95º | 0.56% | 0.56% | - |
| HSV(B) | 90.95º | 0.61% | 0.8% | - |
| XYZ | 34.06 | 49.8 | 15.21 | - |
| YUV | 171.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 79 | 0.32 | 0 | 0.61 | 0.20 | 90.95 | 0.56 | 0.56 |
| Hex | 8C | CD | 4F | 20 | 0 | 3D | 14 | 5B | 38 | 38 |
| Octal | 214 | 315 | 117 | 40 | 0 | 75 | 24 | 133 | 70 | 70 |
| Binary | 10001100 | 11001101 | 1001111 | 100000 | 0 | 111101 | 10100 | 1011011 | 111000 | 111000 |
Color Harmonies of #8CCD4F
Complementary color
Monochromatic Colors of #8CCD4F
Black with #8CCD4F
Text Example
Text Example
White with #8CCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD4F; }
p { color: rgb(140,205,79); }
H1.HeaderClassName
{
color: #8CCD4F;
}
.AnyTagClassName
{
color: #8CCD4F;
}
</style>
background-color css
<style>
a { background-color: #8CCD4F; }
a { background-color: rgb(140,205,79); }
div.DivClassName
{
background-color: #8CCD4F;
}
.BgClassName
{
background-color: #8CCD4F;
}
</style>
border-color css
<style>
span { border-color: #8CCD4F; }
span { border-color: rgb(140,205,79); }
td.TdClassName
{
border-color: #8CCD4F;
}
.TagClassName
{
border-color: #8CCD4F;
}
</style>