Shades of Mantis #74D33E
Tints of Mantis #74D33E
RGB
CMYK
RGB Variations
Color information
#74D33E (or 0x74D33E) is known color: Mantis. HEX triplet: 74, D3 and 3E. RGB value is (116,211,62). Sum of RGB (Red+Green+Blue) = 116+211+62=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #74D33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D33E is #8B2CC1. Grayscale: #A6A6A6. Windows color (decimal): -9120962 or 4117364. OLE color: 4117364.
HSL color Cylindrical-coordinate representation of color #74D33E: hue angle of 98.26º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74D33E is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 62 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.17 |
| HSL | 98.26º | 0.63% | 0.54% | - |
| HSV(B) | 98.26º | 0.71% | 0.83% | - |
| XYZ | 31.37 | 50.65 | 12.68 | - |
| YUV | 165.61 | 69.53 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 62 | 0.45 | 0 | 0.71 | 0.17 | 98.26 | 0.63 | 0.54 |
| Hex | 74 | D3 | 3E | 2D | 0 | 47 | 11 | 62 | 3F | 36 |
| Octal | 164 | 323 | 76 | 55 | 0 | 107 | 21 | 142 | 77 | 66 |
| Binary | 1110100 | 11010011 | 111110 | 101101 | 0 | 1000111 | 10001 | 1100010 | 111111 | 110110 |
Color Harmonies of #74D33E
Complementary color
Monochromatic Colors of #74D33E
Black with #74D33E
Text Example
Text Example
White with #74D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D33E; }
p { color: rgb(116,211,62); }
H1.HeaderClassName
{
color: #74D33E;
}
.AnyTagClassName
{
color: #74D33E;
}
</style>
background-color css
<style>
a { background-color: #74D33E; }
a { background-color: rgb(116,211,62); }
div.DivClassName
{
background-color: #74D33E;
}
.BgClassName
{
background-color: #74D33E;
}
</style>
border-color css
<style>
span { border-color: #74D33E; }
span { border-color: rgb(116,211,62); }
td.TdClassName
{
border-color: #74D33E;
}
.TagClassName
{
border-color: #74D33E;
}
</style>