Shades of Mantis #7CCB64
Tints of Mantis #7CCB64
RGB
CMYK
RGB Variations
Color information
#7CCB64 (or 0x7CCB64) is known color: Mantis. HEX triplet: 7C, CB and 64. RGB value is (124,203,100). Sum of RGB (Red+Green+Blue) = 124+203+100=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 203 (79.69% from 255 or 47.54% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB64 is #83349B. Grayscale: #A7A7A7. Windows color (decimal): -8598684 or 6605692. OLE color: 6605692.
HSL color Cylindrical-coordinate representation of color #7CCB64: hue angle of 106.02º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CCB64 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 100 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.20 |
| HSL | 106.02º | 0.5% | 0.59% | - |
| HSV(B) | 106.02º | 0.51% | 0.8% | - |
| XYZ | 31.97 | 47.92 | 19.62 | - |
| YUV | 167.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 100 | 0.39 | 0 | 0.51 | 0.20 | 106.02 | 0.5 | 0.59 |
| Hex | 7C | CB | 64 | 27 | 0 | 33 | 14 | 6A | 32 | 3B |
| Octal | 174 | 313 | 144 | 47 | 0 | 63 | 24 | 152 | 62 | 73 |
| Binary | 1111100 | 11001011 | 1100100 | 100111 | 0 | 110011 | 10100 | 1101010 | 110010 | 111011 |
Color Harmonies of #7CCB64
Complementary color
Monochromatic Colors of #7CCB64
Black with #7CCB64
Text Example
Text Example
White with #7CCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB64; }
p { color: rgb(124,203,100); }
H1.HeaderClassName
{
color: #7CCB64;
}
.AnyTagClassName
{
color: #7CCB64;
}
</style>
background-color css
<style>
a { background-color: #7CCB64; }
a { background-color: rgb(124,203,100); }
div.DivClassName
{
background-color: #7CCB64;
}
.BgClassName
{
background-color: #7CCB64;
}
</style>
border-color css
<style>
span { border-color: #7CCB64; }
span { border-color: rgb(124,203,100); }
td.TdClassName
{
border-color: #7CCB64;
}
.TagClassName
{
border-color: #7CCB64;
}
</style>