Shades of Mantis #7CCD4F
Tints of Mantis #7CCD4F
RGB
CMYK
RGB Variations
Color information
#7CCD4F (or 0x7CCD4F) is known color: Mantis. HEX triplet: 7C, CD and 4F. RGB value is (124,205,79). Sum of RGB (Red+Green+Blue) = 124+205+79=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 79 (31.25% from 255 or 19.36% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD4F is #8332B0. Grayscale: #A6A6A6. Windows color (decimal): -8598193 or 5229948. OLE color: 5229948.
HSL color Cylindrical-coordinate representation of color #7CCD4F: hue angle of 98.57º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CCD4F is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 79 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.20 |
| HSL | 98.57º | 0.56% | 0.56% | - |
| HSV(B) | 98.57º | 0.61% | 0.8% | - |
| XYZ | 31.55 | 48.51 | 15.1 | - |
| YUV | 166.42 | 78.66 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 79 | 0.40 | 0 | 0.61 | 0.20 | 98.57 | 0.56 | 0.56 |
| Hex | 7C | CD | 4F | 28 | 0 | 3D | 14 | 63 | 38 | 38 |
| Octal | 174 | 315 | 117 | 50 | 0 | 75 | 24 | 143 | 70 | 70 |
| Binary | 1111100 | 11001101 | 1001111 | 101000 | 0 | 111101 | 10100 | 1100011 | 111000 | 111000 |
Color Harmonies of #7CCD4F
Complementary color
Monochromatic Colors of #7CCD4F
Black with #7CCD4F
Text Example
Text Example
White with #7CCD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD4F; }
p { color: rgb(124,205,79); }
H1.HeaderClassName
{
color: #7CCD4F;
}
.AnyTagClassName
{
color: #7CCD4F;
}
</style>
background-color css
<style>
a { background-color: #7CCD4F; }
a { background-color: rgb(124,205,79); }
div.DivClassName
{
background-color: #7CCD4F;
}
.BgClassName
{
background-color: #7CCD4F;
}
</style>
border-color css
<style>
span { border-color: #7CCD4F; }
span { border-color: rgb(124,205,79); }
td.TdClassName
{
border-color: #7CCD4F;
}
.TagClassName
{
border-color: #7CCD4F;
}
</style>