Shades of Mantis #74E842
Tints of Mantis #74E842
RGB
CMYK
RGB Variations
Color information
#74E842 (or 0x74E842) is known color: Mantis. HEX triplet: 74, E8 and 42. RGB value is (116,232,66). Sum of RGB (Red+Green+Blue) = 116+232+66=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 232 (91.02% from 255 or 56.04% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 232 - color contains mainly: green. Hex color #74E842 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E842 is #8B17BD. Grayscale: #B2B2B2. Windows color (decimal): -9115582 or 4384884. OLE color: 4384884.
HSL color Cylindrical-coordinate representation of color #74E842: hue angle of 101.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74E842 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 232 | 66 | - |
| CMYK | 0.50 | 0 | 0.72 | 0.09 |
| HSL | 101.93º | 0.78% | 0.58% | - |
| HSV(B) | 101.93º | 0.72% | 0.91% | - |
| XYZ | 37.04 | 61.82 | 15.13 | - |
| YUV | 178.39 | 64.57 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 232 | 66 | 0.50 | 0 | 0.72 | 0.09 | 101.93 | 0.78 | 0.58 |
| Hex | 74 | E8 | 42 | 32 | 0 | 48 | 9 | 66 | 4E | 3A |
| Octal | 164 | 350 | 102 | 62 | 0 | 110 | 11 | 146 | 116 | 72 |
| Binary | 1110100 | 11101000 | 1000010 | 110010 | 0 | 1001000 | 1001 | 1100110 | 1001110 | 111010 |
Color Harmonies of #74E842
Complementary color
Monochromatic Colors of #74E842
Black with #74E842
Text Example
Text Example
White with #74E842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E842; }
p { color: rgb(116,232,66); }
H1.HeaderClassName
{
color: #74E842;
}
.AnyTagClassName
{
color: #74E842;
}
</style>
background-color css
<style>
a { background-color: #74E842; }
a { background-color: rgb(116,232,66); }
div.DivClassName
{
background-color: #74E842;
}
.BgClassName
{
background-color: #74E842;
}
</style>
border-color css
<style>
span { border-color: #74E842; }
span { border-color: rgb(116,232,66); }
td.TdClassName
{
border-color: #74E842;
}
.TagClassName
{
border-color: #74E842;
}
</style>