Shades of Mantis #7CCF5A
Tints of Mantis #7CCF5A
RGB
CMYK
RGB Variations
Color information
#7CCF5A (or 0x7CCF5A) is known color: Mantis. HEX triplet: 7C, CF and 5A. RGB value is (124,207,90). Sum of RGB (Red+Green+Blue) = 124+207+90=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 90 (35.55% from 255 or 21.38% from 421); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF5A is #8330A5. Grayscale: #A9A9A9. Windows color (decimal): -8597670 or 5951356. OLE color: 5951356.
HSL color Cylindrical-coordinate representation of color #7CCF5A: hue angle of 102.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7CCF5A is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 90 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.19 |
| HSL | 102.56º | 0.55% | 0.58% | - |
| HSV(B) | 102.56º | 0.57% | 0.81% | - |
| XYZ | 32.47 | 49.65 | 17.54 | - |
| YUV | 168.85 | 83.5 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 90 | 0.40 | 0 | 0.57 | 0.19 | 102.56 | 0.55 | 0.58 |
| Hex | 7C | CF | 5A | 28 | 0 | 39 | 13 | 67 | 37 | 3A |
| Octal | 174 | 317 | 132 | 50 | 0 | 71 | 23 | 147 | 67 | 72 |
| Binary | 1111100 | 11001111 | 1011010 | 101000 | 0 | 111001 | 10011 | 1100111 | 110111 | 111010 |
Color Harmonies of #7CCF5A
Complementary color
Monochromatic Colors of #7CCF5A
Black with #7CCF5A
Text Example
Text Example
White with #7CCF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF5A; }
p { color: rgb(124,207,90); }
H1.HeaderClassName
{
color: #7CCF5A;
}
.AnyTagClassName
{
color: #7CCF5A;
}
</style>
background-color css
<style>
a { background-color: #7CCF5A; }
a { background-color: rgb(124,207,90); }
div.DivClassName
{
background-color: #7CCF5A;
}
.BgClassName
{
background-color: #7CCF5A;
}
</style>
border-color css
<style>
span { border-color: #7CCF5A; }
span { border-color: rgb(124,207,90); }
td.TdClassName
{
border-color: #7CCF5A;
}
.TagClassName
{
border-color: #7CCF5A;
}
</style>