Shades of Mantis #8CBC64
Tints of Mantis #8CBC64
RGB
CMYK
RGB Variations
Color information
#8CBC64 (or 0x8CBC64) is known color: Mantis. HEX triplet: 8C, BC and 64. RGB value is (140,188,100). Sum of RGB (Red+Green+Blue) = 140+188+100=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC64 is #73439B. Grayscale: #A3A3A3. Windows color (decimal): -7553948 or 6601868. OLE color: 6601868.
HSL color Cylindrical-coordinate representation of color #8CBC64: hue angle of 92.73º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CBC64 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 188 | 100 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.26 |
| HSL | 92.73º | 0.4% | 0.56% | - |
| HSV(B) | 92.73º | 0.47% | 0.74% | - |
| XYZ | 31.1 | 42.46 | 18.61 | - |
| YUV | 163.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 188 | 100 | 0.26 | 0 | 0.47 | 0.26 | 92.73 | 0.4 | 0.56 |
| Hex | 8C | BC | 64 | 1A | 0 | 2F | 1A | 5D | 28 | 38 |
| Octal | 214 | 274 | 144 | 32 | 0 | 57 | 32 | 135 | 50 | 70 |
| Binary | 10001100 | 10111100 | 1100100 | 11010 | 0 | 101111 | 11010 | 1011101 | 101000 | 111000 |
Color Harmonies of #8CBC64
Complementary color
Monochromatic Colors of #8CBC64
Black with #8CBC64
Text Example
Text Example
White with #8CBC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CBC64; }
p { color: rgb(140,188,100); }
H1.HeaderClassName
{
color: #8CBC64;
}
.AnyTagClassName
{
color: #8CBC64;
}
</style>
background-color css
<style>
a { background-color: #8CBC64; }
a { background-color: rgb(140,188,100); }
div.DivClassName
{
background-color: #8CBC64;
}
.BgClassName
{
background-color: #8CBC64;
}
</style>
border-color css
<style>
span { border-color: #8CBC64; }
span { border-color: rgb(140,188,100); }
td.TdClassName
{
border-color: #8CBC64;
}
.TagClassName
{
border-color: #8CBC64;
}
</style>