Shades of Mantis #7CC241
Tints of Mantis #7CC241
RGB
CMYK
RGB Variations
Color information
#7CC241 (or 0x7CC241) is known color: Mantis. HEX triplet: 7C, C2 and 41. RGB value is (124,194,65). Sum of RGB (Red+Green+Blue) = 124+194+65=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC241 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC241 is #833DBE. Grayscale: #9E9E9E. Windows color (decimal): -8601023 or 4309628. OLE color: 4309628.
HSL color Cylindrical-coordinate representation of color #7CC241: hue angle of 92.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC241 is Cyan = 0.36, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 194 | 65 | - |
| CMYK | 0.36 | 0 | 0.66 | 0.24 |
| HSL | 92.56º | 0.51% | 0.51% | - |
| HSV(B) | 92.56º | 0.66% | 0.76% | - |
| XYZ | 28.56 | 43.25 | 11.84 | - |
| YUV | 158.36 | 75.31 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 194 | 65 | 0.36 | 0 | 0.66 | 0.24 | 92.56 | 0.51 | 0.51 |
| Hex | 7C | C2 | 41 | 24 | 0 | 42 | 18 | 5D | 33 | 33 |
| Octal | 174 | 302 | 101 | 44 | 0 | 102 | 30 | 135 | 63 | 63 |
| Binary | 1111100 | 11000010 | 1000001 | 100100 | 0 | 1000010 | 11000 | 1011101 | 110011 | 110011 |
Color Harmonies of #7CC241
Complementary color
Monochromatic Colors of #7CC241
Black with #7CC241
Text Example
Text Example
White with #7CC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC241; }
p { color: rgb(124,194,65); }
H1.HeaderClassName
{
color: #7CC241;
}
.AnyTagClassName
{
color: #7CC241;
}
</style>
background-color css
<style>
a { background-color: #7CC241; }
a { background-color: rgb(124,194,65); }
div.DivClassName
{
background-color: #7CC241;
}
.BgClassName
{
background-color: #7CC241;
}
</style>
border-color css
<style>
span { border-color: #7CC241; }
span { border-color: rgb(124,194,65); }
td.TdClassName
{
border-color: #7CC241;
}
.TagClassName
{
border-color: #7CC241;
}
</style>