Shades of Mantis #7CCA42
Tints of Mantis #7CCA42
RGB
CMYK
RGB Variations
Color information
#7CCA42 (or 0x7CCA42) is known color: Mantis. HEX triplet: 7C, CA and 42. RGB value is (124,202,66). Sum of RGB (Red+Green+Blue) = 124+202+66=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 202 (79.30% from 255 or 51.53% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA42 is #8335BD. Grayscale: #A3A3A3. Windows color (decimal): -8598974 or 4377212. OLE color: 4377212.
HSL color Cylindrical-coordinate representation of color #7CCA42: hue angle of 94.41º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CCA42 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 66 | - |
| CMYK | 0.39 | 0 | 0.67 | 0.21 |
| HSL | 94.41º | 0.56% | 0.53% | - |
| HSV(B) | 94.41º | 0.67% | 0.79% | - |
| XYZ | 30.42 | 46.92 | 12.61 | - |
| YUV | 163.17 | 73.16 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 66 | 0.39 | 0 | 0.67 | 0.21 | 94.41 | 0.56 | 0.53 |
| Hex | 7C | CA | 42 | 27 | 0 | 43 | 15 | 5E | 38 | 35 |
| Octal | 174 | 312 | 102 | 47 | 0 | 103 | 25 | 136 | 70 | 65 |
| Binary | 1111100 | 11001010 | 1000010 | 100111 | 0 | 1000011 | 10101 | 1011110 | 111000 | 110101 |
Color Harmonies of #7CCA42
Complementary color
Monochromatic Colors of #7CCA42
Black with #7CCA42
Text Example
Text Example
White with #7CCA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA42; }
p { color: rgb(124,202,66); }
H1.HeaderClassName
{
color: #7CCA42;
}
.AnyTagClassName
{
color: #7CCA42;
}
</style>
background-color css
<style>
a { background-color: #7CCA42; }
a { background-color: rgb(124,202,66); }
div.DivClassName
{
background-color: #7CCA42;
}
.BgClassName
{
background-color: #7CCA42;
}
</style>
border-color css
<style>
span { border-color: #7CCA42; }
span { border-color: rgb(124,202,66); }
td.TdClassName
{
border-color: #7CCA42;
}
.TagClassName
{
border-color: #7CCA42;
}
</style>