Shades of Mantis #8CCF68
Tints of Mantis #8CCF68
RGB
CMYK
RGB Variations
Color information
#8CCF68 (or 0x8CCF68) is known color: Mantis. HEX triplet: 8C, CF and 68. RGB value is (140,207,104). Sum of RGB (Red+Green+Blue) = 140+207+104=451 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.04% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CCF68 is #733097. Grayscale: #AFAFAF. Windows color (decimal): -7549080 or 6868876. OLE color: 6868876.
HSL color Cylindrical-coordinate representation of color #8CCF68: hue angle of 99.03º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CCF68 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 104 | - |
| CMYK | 0.32 | 0 | 0.50 | 0.19 |
| HSL | 99.03º | 0.52% | 0.61% | - |
| HSV(B) | 99.03º | 0.5% | 0.81% | - |
| XYZ | 35.63 | 51.2 | 21.1 | - |
| YUV | 175.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 104 | 0.32 | 0 | 0.50 | 0.19 | 99.03 | 0.52 | 0.61 |
| Hex | 8C | CF | 68 | 20 | 0 | 32 | 13 | 63 | 34 | 3D |
| Octal | 214 | 317 | 150 | 40 | 0 | 62 | 23 | 143 | 64 | 75 |
| Binary | 10001100 | 11001111 | 1101000 | 100000 | 0 | 110010 | 10011 | 1100011 | 110100 | 111101 |
Color Harmonies of #8CCF68
Complementary color
Monochromatic Colors of #8CCF68
Black with #8CCF68
Text Example
Text Example
White with #8CCF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF68; }
p { color: rgb(140,207,104); }
H1.HeaderClassName
{
color: #8CCF68;
}
.AnyTagClassName
{
color: #8CCF68;
}
</style>
background-color css
<style>
a { background-color: #8CCF68; }
a { background-color: rgb(140,207,104); }
div.DivClassName
{
background-color: #8CCF68;
}
.BgClassName
{
background-color: #8CCF68;
}
</style>
border-color css
<style>
span { border-color: #8CCF68; }
span { border-color: rgb(140,207,104); }
td.TdClassName
{
border-color: #8CCF68;
}
.TagClassName
{
border-color: #8CCF68;
}
</style>