Shades of Mantis #7CCD4A
Tints of Mantis #7CCD4A
RGB
CMYK
RGB Variations
Color information
#7CCD4A (or 0x7CCD4A) is known color: Mantis. HEX triplet: 7C, CD and 4A. RGB value is (124,205,74). Sum of RGB (Red+Green+Blue) = 124+205+74=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD4A is #8332B5. Grayscale: #A6A6A6. Windows color (decimal): -8598198 or 4902268. OLE color: 4902268.
HSL color Cylindrical-coordinate representation of color #7CCD4A: hue angle of 97.1º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CCD4A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 74 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.20 |
| HSL | 97.1º | 0.57% | 0.55% | - |
| HSV(B) | 97.1º | 0.64% | 0.8% | - |
| XYZ | 31.38 | 48.44 | 14.17 | - |
| YUV | 165.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 74 | 0.40 | 0 | 0.64 | 0.20 | 97.1 | 0.57 | 0.55 |
| Hex | 7C | CD | 4A | 28 | 0 | 40 | 14 | 61 | 39 | 37 |
| Octal | 174 | 315 | 112 | 50 | 0 | 100 | 24 | 141 | 71 | 67 |
| Binary | 1111100 | 11001101 | 1001010 | 101000 | 0 | 1000000 | 10100 | 1100001 | 111001 | 110111 |
Color Harmonies of #7CCD4A
Complementary color
Monochromatic Colors of #7CCD4A
Black with #7CCD4A
Text Example
Text Example
White with #7CCD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD4A; }
p { color: rgb(124,205,74); }
H1.HeaderClassName
{
color: #7CCD4A;
}
.AnyTagClassName
{
color: #7CCD4A;
}
</style>
background-color css
<style>
a { background-color: #7CCD4A; }
a { background-color: rgb(124,205,74); }
div.DivClassName
{
background-color: #7CCD4A;
}
.BgClassName
{
background-color: #7CCD4A;
}
</style>
border-color css
<style>
span { border-color: #7CCD4A; }
span { border-color: rgb(124,205,74); }
td.TdClassName
{
border-color: #7CCD4A;
}
.TagClassName
{
border-color: #7CCD4A;
}
</style>