Shades of Mantis #7CCD44
Tints of Mantis #7CCD44
RGB
CMYK
RGB Variations
Color information
#7CCD44 (or 0x7CCD44) is known color: Mantis. HEX triplet: 7C, CD and 44. RGB value is (124,205,68). Sum of RGB (Red+Green+Blue) = 124+205+68=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 205 (80.47% from 255 or 51.64% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD44 is #8332BB. Grayscale: #A5A5A5. Windows color (decimal): -8598204 or 4509052. OLE color: 4509052.
HSL color Cylindrical-coordinate representation of color #7CCD44: hue angle of 95.47º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CCD44 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 68 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.20 |
| HSL | 95.47º | 0.58% | 0.54% | - |
| HSV(B) | 95.47º | 0.67% | 0.8% | - |
| XYZ | 31.19 | 48.37 | 13.16 | - |
| YUV | 165.16 | 73.16 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 68 | 0.40 | 0 | 0.67 | 0.20 | 95.47 | 0.58 | 0.54 |
| Hex | 7C | CD | 44 | 28 | 0 | 43 | 14 | 5F | 3A | 36 |
| Octal | 174 | 315 | 104 | 50 | 0 | 103 | 24 | 137 | 72 | 66 |
| Binary | 1111100 | 11001101 | 1000100 | 101000 | 0 | 1000011 | 10100 | 1011111 | 111010 | 110110 |
Color Harmonies of #7CCD44
Complementary color
Monochromatic Colors of #7CCD44
Black with #7CCD44
Text Example
Text Example
White with #7CCD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD44; }
p { color: rgb(124,205,68); }
H1.HeaderClassName
{
color: #7CCD44;
}
.AnyTagClassName
{
color: #7CCD44;
}
</style>
background-color css
<style>
a { background-color: #7CCD44; }
a { background-color: rgb(124,205,68); }
div.DivClassName
{
background-color: #7CCD44;
}
.BgClassName
{
background-color: #7CCD44;
}
</style>
border-color css
<style>
span { border-color: #7CCD44; }
span { border-color: rgb(124,205,68); }
td.TdClassName
{
border-color: #7CCD44;
}
.TagClassName
{
border-color: #7CCD44;
}
</style>