Shades of Mantis #74C746
Tints of Mantis #74C746
RGB
CMYK
RGB Variations
Color information
#74C746 (or 0x74C746) is known color: Mantis. HEX triplet: 74, C7 and 46. RGB value is (116,199,70). Sum of RGB (Red+Green+Blue) = 116+199+70=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #74C746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C746 is #8B38B9. Grayscale: #9F9F9F. Windows color (decimal): -9124026 or 4638580. OLE color: 4638580.
HSL color Cylindrical-coordinate representation of color #74C746: hue angle of 98.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74C746 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 70 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.22 |
| HSL | 98.6º | 0.54% | 0.53% | - |
| HSV(B) | 98.6º | 0.65% | 0.78% | - |
| XYZ | 28.73 | 45 | 12.97 | - |
| YUV | 159.48 | 77.5 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 70 | 0.42 | 0 | 0.65 | 0.22 | 98.6 | 0.54 | 0.53 |
| Hex | 74 | C7 | 46 | 2A | 0 | 41 | 16 | 63 | 36 | 35 |
| Octal | 164 | 307 | 106 | 52 | 0 | 101 | 26 | 143 | 66 | 65 |
| Binary | 1110100 | 11000111 | 1000110 | 101010 | 0 | 1000001 | 10110 | 1100011 | 110110 | 110101 |
Color Harmonies of #74C746
Complementary color
Monochromatic Colors of #74C746
Black with #74C746
Text Example
Text Example
White with #74C746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C746; }
p { color: rgb(116,199,70); }
H1.HeaderClassName
{
color: #74C746;
}
.AnyTagClassName
{
color: #74C746;
}
</style>
background-color css
<style>
a { background-color: #74C746; }
a { background-color: rgb(116,199,70); }
div.DivClassName
{
background-color: #74C746;
}
.BgClassName
{
background-color: #74C746;
}
</style>
border-color css
<style>
span { border-color: #74C746; }
span { border-color: rgb(116,199,70); }
td.TdClassName
{
border-color: #74C746;
}
.TagClassName
{
border-color: #74C746;
}
</style>