Shades of Mantis #7CCB4D
Tints of Mantis #7CCB4D
RGB
CMYK
RGB Variations
Color information
#7CCB4D (or 0x7CCB4D) is known color: Mantis. HEX triplet: 7C, CB and 4D. RGB value is (124,203,77). Sum of RGB (Red+Green+Blue) = 124+203+77=404 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.69% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB4D is #8334B2. Grayscale: #A5A5A5. Windows color (decimal): -8598707 or 5098364. OLE color: 5098364.
HSL color Cylindrical-coordinate representation of color #7CCB4D: hue angle of 97.62º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CCB4D is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 77 | - |
| CMYK | 0.39 | 0 | 0.62 | 0.20 |
| HSL | 97.62º | 0.55% | 0.55% | - |
| HSV(B) | 97.62º | 0.62% | 0.8% | - |
| XYZ | 31.01 | 47.53 | 14.56 | - |
| YUV | 165.02 | 78.33 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 77 | 0.39 | 0 | 0.62 | 0.20 | 97.62 | 0.55 | 0.55 |
| Hex | 7C | CB | 4D | 27 | 0 | 3E | 14 | 62 | 37 | 37 |
| Octal | 174 | 313 | 115 | 47 | 0 | 76 | 24 | 142 | 67 | 67 |
| Binary | 1111100 | 11001011 | 1001101 | 100111 | 0 | 111110 | 10100 | 1100010 | 110111 | 110111 |
Color Harmonies of #7CCB4D
Complementary color
Monochromatic Colors of #7CCB4D
Black with #7CCB4D
Text Example
Text Example
White with #7CCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB4D; }
p { color: rgb(124,203,77); }
H1.HeaderClassName
{
color: #7CCB4D;
}
.AnyTagClassName
{
color: #7CCB4D;
}
</style>
background-color css
<style>
a { background-color: #7CCB4D; }
a { background-color: rgb(124,203,77); }
div.DivClassName
{
background-color: #7CCB4D;
}
.BgClassName
{
background-color: #7CCB4D;
}
</style>
border-color css
<style>
span { border-color: #7CCB4D; }
span { border-color: rgb(124,203,77); }
td.TdClassName
{
border-color: #7CCB4D;
}
.TagClassName
{
border-color: #7CCB4D;
}
</style>