Shades of Mantis #74DA40
Tints of Mantis #74DA40
RGB
CMYK
RGB Variations
Color information
#74DA40 (or 0x74DA40) is known color: Mantis. HEX triplet: 74, DA and 40. RGB value is (116,218,64). Sum of RGB (Red+Green+Blue) = 116+218+64=398 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.15% from 398); Green value is 218 (85.55% from 255 or 54.77% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA40 is #8B25BF. Grayscale: #AAAAAA. Windows color (decimal): -9119168 or 4250228. OLE color: 4250228.
HSL color Cylindrical-coordinate representation of color #74DA40: hue angle of 99.74º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74DA40 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 64 | - |
| CMYK | 0.47 | 0 | 0.71 | 0.15 |
| HSL | 99.74º | 0.68% | 0.55% | - |
| HSV(B) | 99.74º | 0.71% | 0.85% | - |
| XYZ | 33.2 | 54.23 | 13.57 | - |
| YUV | 169.95 | 68.21 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 64 | 0.47 | 0 | 0.71 | 0.15 | 99.74 | 0.68 | 0.55 |
| Hex | 74 | DA | 40 | 2F | 0 | 47 | F | 64 | 44 | 37 |
| Octal | 164 | 332 | 100 | 57 | 0 | 107 | 17 | 144 | 104 | 67 |
| Binary | 1110100 | 11011010 | 1000000 | 101111 | 0 | 1000111 | 1111 | 1100100 | 1000100 | 110111 |
Color Harmonies of #74DA40
Complementary color
Monochromatic Colors of #74DA40
Black with #74DA40
Text Example
Text Example
White with #74DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA40; }
p { color: rgb(116,218,64); }
H1.HeaderClassName
{
color: #74DA40;
}
.AnyTagClassName
{
color: #74DA40;
}
</style>
background-color css
<style>
a { background-color: #74DA40; }
a { background-color: rgb(116,218,64); }
div.DivClassName
{
background-color: #74DA40;
}
.BgClassName
{
background-color: #74DA40;
}
</style>
border-color css
<style>
span { border-color: #74DA40; }
span { border-color: rgb(116,218,64); }
td.TdClassName
{
border-color: #74DA40;
}
.TagClassName
{
border-color: #74DA40;
}
</style>