Shades of Mantis #74E844
Tints of Mantis #74E844
RGB
CMYK
RGB Variations
Color information
#74E844 (or 0x74E844) is known color: Mantis. HEX triplet: 74, E8 and 44. RGB value is (116,232,68). Sum of RGB (Red+Green+Blue) = 116+232+68=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 68 (26.95% from 255 or 16.35% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #74E844 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E844 is #8B17BB. Grayscale: #B3B3B3. Windows color (decimal): -9115580 or 4515956. OLE color: 4515956.
HSL color Cylindrical-coordinate representation of color #74E844: hue angle of 102.44º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74E844 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 68 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.09 |
| HSL | 102.44º | 0.78% | 0.59% | - |
| HSV(B) | 102.44º | 0.71% | 0.91% | - |
| XYZ | 37.1 | 61.84 | 15.45 | - |
| YUV | 178.62 | 65.57 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 68 | 0.50 | 0 | 0.71 | 0.09 | 102.44 | 0.78 | 0.59 |
| Hex | 74 | E8 | 44 | 32 | 0 | 47 | 9 | 66 | 4E | 3B |
| Octal | 164 | 350 | 104 | 62 | 0 | 107 | 11 | 146 | 116 | 73 |
| Binary | 1110100 | 11101000 | 1000100 | 110010 | 0 | 1000111 | 1001 | 1100110 | 1001110 | 111011 |
Color Harmonies of #74E844
Complementary color
Monochromatic Colors of #74E844
Black with #74E844
Text Example
Text Example
White with #74E844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E844; }
p { color: rgb(116,232,68); }
H1.HeaderClassName
{
color: #74E844;
}
.AnyTagClassName
{
color: #74E844;
}
</style>
background-color css
<style>
a { background-color: #74E844; }
a { background-color: rgb(116,232,68); }
div.DivClassName
{
background-color: #74E844;
}
.BgClassName
{
background-color: #74E844;
}
</style>
border-color css
<style>
span { border-color: #74E844; }
span { border-color: rgb(116,232,68); }
td.TdClassName
{
border-color: #74E844;
}
.TagClassName
{
border-color: #74E844;
}
</style>