Shades of Mantis #74E44F
Tints of Mantis #74E44F
RGB
CMYK
RGB Variations
Color information
#74E44F (or 0x74E44F) is known color: Mantis. HEX triplet: 74, E4 and 4F. RGB value is (116,228,79). Sum of RGB (Red+Green+Blue) = 116+228+79=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 228 (89.45% from 255 or 53.90% from 423); Blue value is 79 (31.25% from 255 or 18.68% from 423); Max value from RGB is 228 - color contains mainly: green. Hex color #74E44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E44F is #8B1BB0. Grayscale: #B2B2B2. Windows color (decimal): -9116593 or 5235828. OLE color: 5235828.
HSL color Cylindrical-coordinate representation of color #74E44F: hue angle of 105.1º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74E44F is Cyan = 0.49, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 228 | 79 | - |
| CMYK | 0.49 | 0 | 0.65 | 0.11 |
| HSL | 105.1º | 0.73% | 0.6% | - |
| HSV(B) | 105.1º | 0.65% | 0.89% | - |
| XYZ | 36.36 | 59.76 | 17.02 | - |
| YUV | 177.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 228 | 79 | 0.49 | 0 | 0.65 | 0.11 | 105.1 | 0.73 | 0.6 |
| Hex | 74 | E4 | 4F | 31 | 0 | 41 | B | 69 | 49 | 3C |
| Octal | 164 | 344 | 117 | 61 | 0 | 101 | 13 | 151 | 111 | 74 |
| Binary | 1110100 | 11100100 | 1001111 | 110001 | 0 | 1000001 | 1011 | 1101001 | 1001001 | 111100 |
Color Harmonies of #74E44F
Complementary color
Monochromatic Colors of #74E44F
Black with #74E44F
Text Example
Text Example
White with #74E44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E44F; }
p { color: rgb(116,228,79); }
H1.HeaderClassName
{
color: #74E44F;
}
.AnyTagClassName
{
color: #74E44F;
}
</style>
background-color css
<style>
a { background-color: #74E44F; }
a { background-color: rgb(116,228,79); }
div.DivClassName
{
background-color: #74E44F;
}
.BgClassName
{
background-color: #74E44F;
}
</style>
border-color css
<style>
span { border-color: #74E44F; }
span { border-color: rgb(116,228,79); }
td.TdClassName
{
border-color: #74E44F;
}
.TagClassName
{
border-color: #74E44F;
}
</style>