Shades of Mantis #7CD04A
Tints of Mantis #7CD04A
RGB
CMYK
RGB Variations
Color information
#7CD04A (or 0x7CD04A) is known color: Mantis. HEX triplet: 7C, D0 and 4A. RGB value is (124,208,74). Sum of RGB (Red+Green+Blue) = 124+208+74=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #7CD04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD04A is #832FB5. Grayscale: #A8A8A8. Windows color (decimal): -8597430 or 4903036. OLE color: 4903036.
HSL color Cylindrical-coordinate representation of color #7CD04A: hue angle of 97.61º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CD04A is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 208 | 74 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.18 |
| HSL | 97.61º | 0.59% | 0.55% | - |
| HSV(B) | 97.61º | 0.64% | 0.82% | - |
| XYZ | 32.1 | 49.89 | 14.42 | - |
| YUV | 167.61 | 75.17 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 208 | 74 | 0.40 | 0 | 0.64 | 0.18 | 97.61 | 0.59 | 0.55 |
| Hex | 7C | D0 | 4A | 28 | 0 | 40 | 12 | 62 | 3B | 37 |
| Octal | 174 | 320 | 112 | 50 | 0 | 100 | 22 | 142 | 73 | 67 |
| Binary | 1111100 | 11010000 | 1001010 | 101000 | 0 | 1000000 | 10010 | 1100010 | 111011 | 110111 |
Color Harmonies of #7CD04A
Complementary color
Monochromatic Colors of #7CD04A
Black with #7CD04A
Text Example
Text Example
White with #7CD04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD04A; }
p { color: rgb(124,208,74); }
H1.HeaderClassName
{
color: #7CD04A;
}
.AnyTagClassName
{
color: #7CD04A;
}
</style>
background-color css
<style>
a { background-color: #7CD04A; }
a { background-color: rgb(124,208,74); }
div.DivClassName
{
background-color: #7CD04A;
}
.BgClassName
{
background-color: #7CD04A;
}
</style>
border-color css
<style>
span { border-color: #7CD04A; }
span { border-color: rgb(124,208,74); }
td.TdClassName
{
border-color: #7CD04A;
}
.TagClassName
{
border-color: #7CD04A;
}
</style>