Shades of Mantis #74E044
Tints of Mantis #74E044
RGB
CMYK
RGB Variations
Color information
#74E044 (or 0x74E044) is known color: Mantis. HEX triplet: 74, E0 and 44. RGB value is (116,224,68). Sum of RGB (Red+Green+Blue) = 116+224+68=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 224 (87.89% from 255 or 54.90% from 408); Blue value is 68 (26.95% from 255 or 16.67% from 408); Max value from RGB is 224 - color contains mainly: green. Hex color #74E044 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E044 is #8B1FBB. Grayscale: #AEAEAE. Windows color (decimal): -9117628 or 4513908. OLE color: 4513908.
HSL color Cylindrical-coordinate representation of color #74E044: hue angle of 101.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74E044 is Cyan = 0.48, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 68 | - |
| CMYK | 0.48 | 0 | 0.70 | 0.12 |
| HSL | 101.54º | 0.72% | 0.57% | - |
| HSV(B) | 101.54º | 0.7% | 0.88% | - |
| XYZ | 34.9 | 57.44 | 14.72 | - |
| YUV | 173.92 | 68.22 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 68 | 0.48 | 0 | 0.70 | 0.12 | 101.54 | 0.72 | 0.57 |
| Hex | 74 | E0 | 44 | 30 | 0 | 46 | C | 66 | 48 | 39 |
| Octal | 164 | 340 | 104 | 60 | 0 | 106 | 14 | 146 | 110 | 71 |
| Binary | 1110100 | 11100000 | 1000100 | 110000 | 0 | 1000110 | 1100 | 1100110 | 1001000 | 111001 |
Color Harmonies of #74E044
Complementary color
Monochromatic Colors of #74E044
Black with #74E044
Text Example
Text Example
White with #74E044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E044; }
p { color: rgb(116,224,68); }
H1.HeaderClassName
{
color: #74E044;
}
.AnyTagClassName
{
color: #74E044;
}
</style>
background-color css
<style>
a { background-color: #74E044; }
a { background-color: rgb(116,224,68); }
div.DivClassName
{
background-color: #74E044;
}
.BgClassName
{
background-color: #74E044;
}
</style>
border-color css
<style>
span { border-color: #74E044; }
span { border-color: rgb(116,224,68); }
td.TdClassName
{
border-color: #74E044;
}
.TagClassName
{
border-color: #74E044;
}
</style>