Shades of Mantis #74E344
Tints of Mantis #74E344
RGB
CMYK
RGB Variations
Color information
#74E344 (or 0x74E344) is known color: Mantis. HEX triplet: 74, E3 and 44. RGB value is (116,227,68). Sum of RGB (Red+Green+Blue) = 116+227+68=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 227 (89.06% from 255 or 55.23% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 227 - color contains mainly: green. Hex color #74E344 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E344 is #8B1CBB. Grayscale: #B0B0B0. Windows color (decimal): -9116860 or 4514676. OLE color: 4514676.
HSL color Cylindrical-coordinate representation of color #74E344: hue angle of 101.89º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74E344 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 68 | - |
| CMYK | 0.49 | 0 | 0.70 | 0.11 |
| HSL | 101.89º | 0.74% | 0.58% | - |
| HSV(B) | 101.89º | 0.7% | 0.89% | - |
| XYZ | 35.71 | 59.07 | 14.99 | - |
| YUV | 175.69 | 67.23 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 68 | 0.49 | 0 | 0.70 | 0.11 | 101.89 | 0.74 | 0.58 |
| Hex | 74 | E3 | 44 | 31 | 0 | 46 | B | 66 | 4A | 3A |
| Octal | 164 | 343 | 104 | 61 | 0 | 106 | 13 | 146 | 112 | 72 |
| Binary | 1110100 | 11100011 | 1000100 | 110001 | 0 | 1000110 | 1011 | 1100110 | 1001010 | 111010 |
Color Harmonies of #74E344
Complementary color
Monochromatic Colors of #74E344
Black with #74E344
Text Example
Text Example
White with #74E344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E344; }
p { color: rgb(116,227,68); }
H1.HeaderClassName
{
color: #74E344;
}
.AnyTagClassName
{
color: #74E344;
}
</style>
background-color css
<style>
a { background-color: #74E344; }
a { background-color: rgb(116,227,68); }
div.DivClassName
{
background-color: #74E344;
}
.BgClassName
{
background-color: #74E344;
}
</style>
border-color css
<style>
span { border-color: #74E344; }
span { border-color: rgb(116,227,68); }
td.TdClassName
{
border-color: #74E344;
}
.TagClassName
{
border-color: #74E344;
}
</style>