Shades of Mantis #74D441
Tints of Mantis #74D441
RGB
CMYK
RGB Variations
Color information
#74D441 (or 0x74D441) is known color: Mantis. HEX triplet: 74, D4 and 41. RGB value is (116,212,65). Sum of RGB (Red+Green+Blue) = 116+212+65=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 212 (83.20% from 255 or 53.94% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 212 - color contains mainly: green. Hex color #74D441 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D441 is #8B2BBE. Grayscale: #A7A7A7. Windows color (decimal): -9120703 or 4314228. OLE color: 4314228.
HSL color Cylindrical-coordinate representation of color #74D441: hue angle of 99.18º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74D441 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 65 | - |
| CMYK | 0.45 | 0 | 0.69 | 0.17 |
| HSL | 99.18º | 0.63% | 0.54% | - |
| HSV(B) | 99.18º | 0.69% | 0.83% | - |
| XYZ | 31.7 | 51.18 | 13.21 | - |
| YUV | 166.54 | 70.7 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 65 | 0.45 | 0 | 0.69 | 0.17 | 99.18 | 0.63 | 0.54 |
| Hex | 74 | D4 | 41 | 2D | 0 | 45 | 11 | 63 | 3F | 36 |
| Octal | 164 | 324 | 101 | 55 | 0 | 105 | 21 | 143 | 77 | 66 |
| Binary | 1110100 | 11010100 | 1000001 | 101101 | 0 | 1000101 | 10001 | 1100011 | 111111 | 110110 |
Color Harmonies of #74D441
Complementary color
Monochromatic Colors of #74D441
Black with #74D441
Text Example
Text Example
White with #74D441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D441; }
p { color: rgb(116,212,65); }
H1.HeaderClassName
{
color: #74D441;
}
.AnyTagClassName
{
color: #74D441;
}
</style>
background-color css
<style>
a { background-color: #74D441; }
a { background-color: rgb(116,212,65); }
div.DivClassName
{
background-color: #74D441;
}
.BgClassName
{
background-color: #74D441;
}
</style>
border-color css
<style>
span { border-color: #74D441; }
span { border-color: rgb(116,212,65); }
td.TdClassName
{
border-color: #74D441;
}
.TagClassName
{
border-color: #74D441;
}
</style>