Shades of Mantis #74C846
Tints of Mantis #74C846
RGB
CMYK
RGB Variations
Color information
#74C846 (or 0x74C846) is known color: Mantis. HEX triplet: 74, C8 and 46. RGB value is (116,200,70). Sum of RGB (Red+Green+Blue) = 116+200+70=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #74C846 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C846 is #8B37B9. Grayscale: #A0A0A0. Windows color (decimal): -9123770 or 4638836. OLE color: 4638836.
HSL color Cylindrical-coordinate representation of color #74C846: hue angle of 98.77º 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 #74C846 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 70 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.22 |
| HSL | 98.77º | 0.54% | 0.53% | - |
| HSV(B) | 98.77º | 0.65% | 0.78% | - |
| XYZ | 28.96 | 45.46 | 13.04 | - |
| YUV | 160.06 | 77.17 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 70 | 0.42 | 0 | 0.65 | 0.22 | 98.77 | 0.54 | 0.53 |
| Hex | 74 | C8 | 46 | 2A | 0 | 41 | 16 | 63 | 36 | 35 |
| Octal | 164 | 310 | 106 | 52 | 0 | 101 | 26 | 143 | 66 | 65 |
| Binary | 1110100 | 11001000 | 1000110 | 101010 | 0 | 1000001 | 10110 | 1100011 | 110110 | 110101 |
Color Harmonies of #74C846
Complementary color
Monochromatic Colors of #74C846
Black with #74C846
Text Example
Text Example
White with #74C846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C846; }
p { color: rgb(116,200,70); }
H1.HeaderClassName
{
color: #74C846;
}
.AnyTagClassName
{
color: #74C846;
}
</style>
background-color css
<style>
a { background-color: #74C846; }
a { background-color: rgb(116,200,70); }
div.DivClassName
{
background-color: #74C846;
}
.BgClassName
{
background-color: #74C846;
}
</style>
border-color css
<style>
span { border-color: #74C846; }
span { border-color: rgb(116,200,70); }
td.TdClassName
{
border-color: #74C846;
}
.TagClassName
{
border-color: #74C846;
}
</style>