Shades of Mantis #7CCF3C
Tints of Mantis #7CCF3C
RGB
CMYK
RGB Variations
Color information
#7CCF3C (or 0x7CCF3C) is known color: Mantis. HEX triplet: 7C, CF and 3C. RGB value is (124,207,60). Sum of RGB (Red+Green+Blue) = 124+207+60=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCF3C is #8330C3. Grayscale: #A5A5A5. Windows color (decimal): -8597700 or 3985276. OLE color: 3985276.
HSL color Cylindrical-coordinate representation of color #7CCF3C: hue angle of 93.88º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CCF3C is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 60 | - |
| CMYK | 0.40 | 0 | 0.71 | 0.19 |
| HSL | 93.88º | 0.6% | 0.52% | - |
| HSV(B) | 93.88º | 0.71% | 0.81% | - |
| XYZ | 31.44 | 49.24 | 12.12 | - |
| YUV | 165.43 | 68.5 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 60 | 0.40 | 0 | 0.71 | 0.19 | 93.88 | 0.6 | 0.52 |
| Hex | 7C | CF | 3C | 28 | 0 | 47 | 13 | 5E | 3C | 34 |
| Octal | 174 | 317 | 74 | 50 | 0 | 107 | 23 | 136 | 74 | 64 |
| Binary | 1111100 | 11001111 | 111100 | 101000 | 0 | 1000111 | 10011 | 1011110 | 111100 | 110100 |
Color Harmonies of #7CCF3C
Complementary color
Monochromatic Colors of #7CCF3C
Black with #7CCF3C
Text Example
Text Example
White with #7CCF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF3C; }
p { color: rgb(124,207,60); }
H1.HeaderClassName
{
color: #7CCF3C;
}
.AnyTagClassName
{
color: #7CCF3C;
}
</style>
background-color css
<style>
a { background-color: #7CCF3C; }
a { background-color: rgb(124,207,60); }
div.DivClassName
{
background-color: #7CCF3C;
}
.BgClassName
{
background-color: #7CCF3C;
}
</style>
border-color css
<style>
span { border-color: #7CCF3C; }
span { border-color: rgb(124,207,60); }
td.TdClassName
{
border-color: #7CCF3C;
}
.TagClassName
{
border-color: #7CCF3C;
}
</style>