Shades of Mantis #74E642
Tints of Mantis #74E642
RGB
CMYK
RGB Variations
Color information
#74E642 (or 0x74E642) is known color: Mantis. HEX triplet: 74, E6 and 42. RGB value is (116,230,66). Sum of RGB (Red+Green+Blue) = 116+230+66=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 230 (90.23% from 255 or 55.83% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 230 - color contains mainly: green. Hex color #74E642 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E642 is #8B19BD. Grayscale: #B1B1B1. Windows color (decimal): -9116094 or 4384372. OLE color: 4384372.
HSL color Cylindrical-coordinate representation of color #74E642: hue angle of 101.71º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74E642 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 66 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.10 |
| HSL | 101.71º | 0.77% | 0.58% | - |
| HSV(B) | 101.71º | 0.71% | 0.9% | - |
| XYZ | 36.48 | 60.7 | 14.95 | - |
| YUV | 177.22 | 65.23 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 66 | 0.50 | 0 | 0.71 | 0.10 | 101.71 | 0.77 | 0.58 |
| Hex | 74 | E6 | 42 | 32 | 0 | 47 | A | 66 | 4D | 3A |
| Octal | 164 | 346 | 102 | 62 | 0 | 107 | 12 | 146 | 115 | 72 |
| Binary | 1110100 | 11100110 | 1000010 | 110010 | 0 | 1000111 | 1010 | 1100110 | 1001101 | 111010 |
Color Harmonies of #74E642
Complementary color
Monochromatic Colors of #74E642
Black with #74E642
Text Example
Text Example
White with #74E642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E642; }
p { color: rgb(116,230,66); }
H1.HeaderClassName
{
color: #74E642;
}
.AnyTagClassName
{
color: #74E642;
}
</style>
background-color css
<style>
a { background-color: #74E642; }
a { background-color: rgb(116,230,66); }
div.DivClassName
{
background-color: #74E642;
}
.BgClassName
{
background-color: #74E642;
}
</style>
border-color css
<style>
span { border-color: #74E642; }
span { border-color: rgb(116,230,66); }
td.TdClassName
{
border-color: #74E642;
}
.TagClassName
{
border-color: #74E642;
}
</style>