Shades of Mantis #8CC04B
Tints of Mantis #8CC04B
RGB
CMYK
RGB Variations
Color information
#8CC04B (or 0x8CC04B) is known color: Mantis. HEX triplet: 8C, C0 and 4B. RGB value is (140,192,75). Sum of RGB (Red+Green+Blue) = 140+192+75=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CC04B is #733FB4. Grayscale: #A3A3A3. Windows color (decimal): -7552949 or 4964492. OLE color: 4964492.
HSL color Cylindrical-coordinate representation of color #8CC04B: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8CC04B is Cyan = 0.27, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 192 | 75 | - |
| CMYK | 0.27 | 0 | 0.61 | 0.25 |
| HSL | 86.67º | 0.48% | 0.52% | - |
| HSV(B) | 86.67º | 0.61% | 0.75% | - |
| XYZ | 30.93 | 43.78 | 13.48 | - |
| YUV | 163.11 | 78.27 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 192 | 75 | 0.27 | 0 | 0.61 | 0.25 | 86.67 | 0.48 | 0.52 |
| Hex | 8C | C0 | 4B | 1B | 0 | 3D | 19 | 57 | 30 | 34 |
| Octal | 214 | 300 | 113 | 33 | 0 | 75 | 31 | 127 | 60 | 64 |
| Binary | 10001100 | 11000000 | 1001011 | 11011 | 0 | 111101 | 11001 | 1010111 | 110000 | 110100 |
Color Harmonies of #8CC04B
Complementary color
Monochromatic Colors of #8CC04B
Black with #8CC04B
Text Example
Text Example
White with #8CC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC04B; }
p { color: rgb(140,192,75); }
H1.HeaderClassName
{
color: #8CC04B;
}
.AnyTagClassName
{
color: #8CC04B;
}
</style>
background-color css
<style>
a { background-color: #8CC04B; }
a { background-color: rgb(140,192,75); }
div.DivClassName
{
background-color: #8CC04B;
}
.BgClassName
{
background-color: #8CC04B;
}
</style>
border-color css
<style>
span { border-color: #8CC04B; }
span { border-color: rgb(140,192,75); }
td.TdClassName
{
border-color: #8CC04B;
}
.TagClassName
{
border-color: #8CC04B;
}
</style>