Shades of Mantis #7CD33D
Tints of Mantis #7CD33D
RGB
CMYK
RGB Variations
Color information
#7CD33D (or 0x7CD33D) is known color: Mantis. HEX triplet: 7C, D3 and 3D. RGB value is (124,211,61). Sum of RGB (Red+Green+Blue) = 124+211+61=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD33D is #832CC2. Grayscale: #A8A8A8. Windows color (decimal): -8596675 or 4051836. OLE color: 4051836.
HSL color Cylindrical-coordinate representation of color #7CD33D: hue angle of 94.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CD33D is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 61 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.17 |
| HSL | 94.8º | 0.63% | 0.53% | - |
| HSV(B) | 94.8º | 0.71% | 0.83% | - |
| XYZ | 32.45 | 51.21 | 12.59 | - |
| YUV | 167.89 | 67.68 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 61 | 0.41 | 0 | 0.71 | 0.17 | 94.8 | 0.63 | 0.53 |
| Hex | 7C | D3 | 3D | 29 | 0 | 47 | 11 | 5F | 3F | 35 |
| Octal | 174 | 323 | 75 | 51 | 0 | 107 | 21 | 137 | 77 | 65 |
| Binary | 1111100 | 11010011 | 111101 | 101001 | 0 | 1000111 | 10001 | 1011111 | 111111 | 110101 |
Color Harmonies of #7CD33D
Complementary color
Monochromatic Colors of #7CD33D
Black with #7CD33D
Text Example
Text Example
White with #7CD33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD33D; }
p { color: rgb(124,211,61); }
H1.HeaderClassName
{
color: #7CD33D;
}
.AnyTagClassName
{
color: #7CD33D;
}
</style>
background-color css
<style>
a { background-color: #7CD33D; }
a { background-color: rgb(124,211,61); }
div.DivClassName
{
background-color: #7CD33D;
}
.BgClassName
{
background-color: #7CD33D;
}
</style>
border-color css
<style>
span { border-color: #7CD33D; }
span { border-color: rgb(124,211,61); }
td.TdClassName
{
border-color: #7CD33D;
}
.TagClassName
{
border-color: #7CD33D;
}
</style>