Shades of Mantis #7CEA52
Tints of Mantis #7CEA52
RGB
CMYK
RGB Variations
Color information
#7CEA52 (or 0x7CEA52) is known color: Mantis. HEX triplet: 7C, EA and 52. RGB value is (124,234,82). Sum of RGB (Red+Green+Blue) = 124+234+82=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #7CEA52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7CEA52 is #8315AD. Grayscale: #B8B8B8. Windows color (decimal): -8590766 or 5433980. OLE color: 5433980.
HSL color Cylindrical-coordinate representation of color #7CEA52: hue angle of 103.42º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7CEA52 is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 234 | 82 | - |
| CMYK | 0.47 | 0 | 0.65 | 0.08 |
| HSL | 103.42º | 0.78% | 0.62% | - |
| HSV(B) | 103.42º | 0.65% | 0.92% | - |
| XYZ | 39.26 | 63.74 | 18.22 | - |
| YUV | 183.78 | 70.56 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 234 | 82 | 0.47 | 0 | 0.65 | 0.08 | 103.42 | 0.78 | 0.62 |
| Hex | 7C | EA | 52 | 2F | 0 | 41 | 8 | 67 | 4E | 3E |
| Octal | 174 | 352 | 122 | 57 | 0 | 101 | 10 | 147 | 116 | 76 |
| Binary | 1111100 | 11101010 | 1010010 | 101111 | 0 | 1000001 | 1000 | 1100111 | 1001110 | 111110 |
Color Harmonies of #7CEA52
Complementary color
Monochromatic Colors of #7CEA52
Black with #7CEA52
Text Example
Text Example
White with #7CEA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEA52; }
p { color: rgb(124,234,82); }
H1.HeaderClassName
{
color: #7CEA52;
}
.AnyTagClassName
{
color: #7CEA52;
}
</style>
background-color css
<style>
a { background-color: #7CEA52; }
a { background-color: rgb(124,234,82); }
div.DivClassName
{
background-color: #7CEA52;
}
.BgClassName
{
background-color: #7CEA52;
}
</style>
border-color css
<style>
span { border-color: #7CEA52; }
span { border-color: rgb(124,234,82); }
td.TdClassName
{
border-color: #7CEA52;
}
.TagClassName
{
border-color: #7CEA52;
}
</style>