Shades of Mantis #74EC3D
Tints of Mantis #74EC3D
RGB
CMYK
RGB Variations
Color information
#74EC3D (or 0x74EC3D) is known color: Mantis. HEX triplet: 74, EC and 3D. RGB value is (116,236,61). Sum of RGB (Red+Green+Blue) = 116+236+61=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC3D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EC3D is #8B13C2. Grayscale: #B4B4B4. Windows color (decimal): -9114563 or 4058228. OLE color: 4058228.
HSL color Cylindrical-coordinate representation of color #74EC3D: hue angle of 101.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74EC3D is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 61 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.07 |
| HSL | 101.14º | 0.82% | 0.58% | - |
| HSV(B) | 101.14º | 0.74% | 0.93% | - |
| XYZ | 38.04 | 64.04 | 14.77 | - |
| YUV | 180.17 | 60.74 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 61 | 0.51 | 0 | 0.74 | 0.07 | 101.14 | 0.82 | 0.58 |
| Hex | 74 | EC | 3D | 33 | 0 | 4A | 7 | 65 | 52 | 3A |
| Octal | 164 | 354 | 75 | 63 | 0 | 112 | 7 | 145 | 122 | 72 |
| Binary | 1110100 | 11101100 | 111101 | 110011 | 0 | 1001010 | 111 | 1100101 | 1010010 | 111010 |
Color Harmonies of #74EC3D
Complementary color
Monochromatic Colors of #74EC3D
Black with #74EC3D
Text Example
Text Example
White with #74EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC3D; }
p { color: rgb(116,236,61); }
H1.HeaderClassName
{
color: #74EC3D;
}
.AnyTagClassName
{
color: #74EC3D;
}
</style>
background-color css
<style>
a { background-color: #74EC3D; }
a { background-color: rgb(116,236,61); }
div.DivClassName
{
background-color: #74EC3D;
}
.BgClassName
{
background-color: #74EC3D;
}
</style>
border-color css
<style>
span { border-color: #74EC3D; }
span { border-color: rgb(116,236,61); }
td.TdClassName
{
border-color: #74EC3D;
}
.TagClassName
{
border-color: #74EC3D;
}
</style>