Shades of Mantis #7CEB42
Tints of Mantis #7CEB42
RGB
CMYK
RGB Variations
Color information
#7CEB42 (or 0x7CEB42) is known color: Mantis. HEX triplet: 7C, EB and 42. RGB value is (124,235,66). Sum of RGB (Red+Green+Blue) = 124+235+66=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 235 (92.19% from 255 or 55.29% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 235 - color contains mainly: green. Hex color #7CEB42 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEB42 is #8314BD. Grayscale: #B7B7B7. Windows color (decimal): -8590526 or 4385660. OLE color: 4385660.
HSL color Cylindrical-coordinate representation of color #7CEB42: hue angle of 99.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CEB42 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 235 | 66 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.08 |
| HSL | 99.41º | 0.81% | 0.59% | - |
| HSV(B) | 99.41º | 0.72% | 0.92% | - |
| XYZ | 39 | 64.1 | 15.47 | - |
| YUV | 182.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 235 | 66 | 0.47 | 0 | 0.72 | 0.08 | 99.41 | 0.81 | 0.59 |
| Hex | 7C | EB | 42 | 2F | 0 | 48 | 8 | 63 | 51 | 3B |
| Octal | 174 | 353 | 102 | 57 | 0 | 110 | 10 | 143 | 121 | 73 |
| Binary | 1111100 | 11101011 | 1000010 | 101111 | 0 | 1001000 | 1000 | 1100011 | 1010001 | 111011 |
Color Harmonies of #7CEB42
Complementary color
Monochromatic Colors of #7CEB42
Black with #7CEB42
Text Example
Text Example
White with #7CEB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CEB42; }
p { color: rgb(124,235,66); }
H1.HeaderClassName
{
color: #7CEB42;
}
.AnyTagClassName
{
color: #7CEB42;
}
</style>
background-color css
<style>
a { background-color: #7CEB42; }
a { background-color: rgb(124,235,66); }
div.DivClassName
{
background-color: #7CEB42;
}
.BgClassName
{
background-color: #7CEB42;
}
</style>
border-color css
<style>
span { border-color: #7CEB42; }
span { border-color: rgb(124,235,66); }
td.TdClassName
{
border-color: #7CEB42;
}
.TagClassName
{
border-color: #7CEB42;
}
</style>