Shades of Mantis #7CCC3C
Tints of Mantis #7CCC3C
RGB
CMYK
RGB Variations
Color information
#7CCC3C (or 0x7CCC3C) is known color: Mantis. HEX triplet: 7C, CC and 3C. RGB value is (124,204,60). Sum of RGB (Red+Green+Blue) = 124+204+60=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 60 (23.83% from 255 or 15.46% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC3C is #8333C3. Grayscale: #A4A4A4. Windows color (decimal): -8598468 or 3984508. OLE color: 3984508.
HSL color Cylindrical-coordinate representation of color #7CCC3C: hue angle of 93.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CCC3C is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 60 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.2 |
| HSL | 93.33º | 0.59% | 0.52% | - |
| HSV(B) | 93.33º | 0.71% | 0.8% | - |
| XYZ | 30.72 | 47.8 | 11.88 | - |
| YUV | 163.66 | 69.5 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 60 | 0.39 | 0 | 0.71 | 0.2 | 93.33 | 0.59 | 0.52 |
| Hex | 7C | CC | 3C | 27 | 0 | 47 | 14 | 5D | 3B | 34 |
| Octal | 174 | 314 | 74 | 47 | 0 | 107 | 24 | 135 | 73 | 64 |
| Binary | 1111100 | 11001100 | 111100 | 100111 | 0 | 1000111 | 10100 | 1011101 | 111011 | 110100 |
Color Harmonies of #7CCC3C
Complementary color
Monochromatic Colors of #7CCC3C
Black with #7CCC3C
Text Example
Text Example
White with #7CCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC3C; }
p { color: rgb(124,204,60); }
H1.HeaderClassName
{
color: #7CCC3C;
}
.AnyTagClassName
{
color: #7CCC3C;
}
</style>
background-color css
<style>
a { background-color: #7CCC3C; }
a { background-color: rgb(124,204,60); }
div.DivClassName
{
background-color: #7CCC3C;
}
.BgClassName
{
background-color: #7CCC3C;
}
</style>
border-color css
<style>
span { border-color: #7CCC3C; }
span { border-color: rgb(124,204,60); }
td.TdClassName
{
border-color: #7CCC3C;
}
.TagClassName
{
border-color: #7CCC3C;
}
</style>