Shades of Mantis #74D840
Tints of Mantis #74D840
RGB
CMYK
RGB Variations
Color information
#74D840 (or 0x74D840) is known color: Mantis. HEX triplet: 74, D8 and 40. RGB value is (116,216,64). Sum of RGB (Red+Green+Blue) = 116+216+64=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 216 (84.77% from 255 or 54.55% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 216 - color contains mainly: green. Hex color #74D840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D840 is #8B27BF. Grayscale: #A9A9A9. Windows color (decimal): -9119680 or 4249716. OLE color: 4249716.
HSL color Cylindrical-coordinate representation of color #74D840: hue angle of 99.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74D840 is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 64 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.15 |
| HSL | 99.47º | 0.66% | 0.55% | - |
| HSV(B) | 99.47º | 0.7% | 0.85% | - |
| XYZ | 32.68 | 53.19 | 13.4 | - |
| YUV | 168.77 | 68.87 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 64 | 0.46 | 0 | 0.70 | 0.15 | 99.47 | 0.66 | 0.55 |
| Hex | 74 | D8 | 40 | 2E | 0 | 46 | F | 63 | 42 | 37 |
| Octal | 164 | 330 | 100 | 56 | 0 | 106 | 17 | 143 | 102 | 67 |
| Binary | 1110100 | 11011000 | 1000000 | 101110 | 0 | 1000110 | 1111 | 1100011 | 1000010 | 110111 |
Color Harmonies of #74D840
Complementary color
Monochromatic Colors of #74D840
Black with #74D840
Text Example
Text Example
White with #74D840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D840; }
p { color: rgb(116,216,64); }
H1.HeaderClassName
{
color: #74D840;
}
.AnyTagClassName
{
color: #74D840;
}
</style>
background-color css
<style>
a { background-color: #74D840; }
a { background-color: rgb(116,216,64); }
div.DivClassName
{
background-color: #74D840;
}
.BgClassName
{
background-color: #74D840;
}
</style>
border-color css
<style>
span { border-color: #74D840; }
span { border-color: rgb(116,216,64); }
td.TdClassName
{
border-color: #74D840;
}
.TagClassName
{
border-color: #74D840;
}
</style>