Shades of Mantis #74C859
Tints of Mantis #74C859
RGB
CMYK
RGB Variations
Color information
#74C859 (or 0x74C859) is known color: Mantis. HEX triplet: 74, C8 and 59. RGB value is (116,200,89). Sum of RGB (Red+Green+Blue) = 116+200+89=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 89 (35.16% from 255 or 21.98% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #74C859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C859 is #8B37A6. Grayscale: #A2A2A2. Windows color (decimal): -9123751 or 5884020. OLE color: 5884020.
HSL color Cylindrical-coordinate representation of color #74C859: hue angle of 105.41º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74C859 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 89 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.22 |
| HSL | 105.41º | 0.5% | 0.57% | - |
| HSV(B) | 105.41º | 0.56% | 0.78% | - |
| XYZ | 29.66 | 45.74 | 16.72 | - |
| YUV | 162.23 | 86.67 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 89 | 0.42 | 0 | 0.56 | 0.22 | 105.41 | 0.5 | 0.57 |
| Hex | 74 | C8 | 59 | 2A | 0 | 38 | 16 | 69 | 32 | 39 |
| Octal | 164 | 310 | 131 | 52 | 0 | 70 | 26 | 151 | 62 | 71 |
| Binary | 1110100 | 11001000 | 1011001 | 101010 | 0 | 111000 | 10110 | 1101001 | 110010 | 111001 |
Color Harmonies of #74C859
Complementary color
Monochromatic Colors of #74C859
Black with #74C859
Text Example
Text Example
White with #74C859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C859; }
p { color: rgb(116,200,89); }
H1.HeaderClassName
{
color: #74C859;
}
.AnyTagClassName
{
color: #74C859;
}
</style>
background-color css
<style>
a { background-color: #74C859; }
a { background-color: rgb(116,200,89); }
div.DivClassName
{
background-color: #74C859;
}
.BgClassName
{
background-color: #74C859;
}
</style>
border-color css
<style>
span { border-color: #74C859; }
span { border-color: rgb(116,200,89); }
td.TdClassName
{
border-color: #74C859;
}
.TagClassName
{
border-color: #74C859;
}
</style>