Shades of Mantis #74D33F
Tints of Mantis #74D33F
RGB
CMYK
RGB Variations
Color information
#74D33F (or 0x74D33F) is known color: Mantis. HEX triplet: 74, D3 and 3F. RGB value is (116,211,63). Sum of RGB (Red+Green+Blue) = 116+211+63=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #74D33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D33F is #8B2CC0. Grayscale: #A6A6A6. Windows color (decimal): -9120961 or 4182900. OLE color: 4182900.
HSL color Cylindrical-coordinate representation of color #74D33F: hue angle of 98.51º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74D33F is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 211 | 63 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.17 |
| HSL | 98.51º | 0.63% | 0.54% | - |
| HSV(B) | 98.51º | 0.7% | 0.83% | - |
| XYZ | 31.39 | 50.66 | 12.83 | - |
| YUV | 165.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 211 | 63 | 0.45 | 0 | 0.70 | 0.17 | 98.51 | 0.63 | 0.54 |
| Hex | 74 | D3 | 3F | 2D | 0 | 46 | 11 | 63 | 3F | 36 |
| Octal | 164 | 323 | 77 | 55 | 0 | 106 | 21 | 143 | 77 | 66 |
| Binary | 1110100 | 11010011 | 111111 | 101101 | 0 | 1000110 | 10001 | 1100011 | 111111 | 110110 |
Color Harmonies of #74D33F
Complementary color
Monochromatic Colors of #74D33F
Black with #74D33F
Text Example
Text Example
White with #74D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D33F; }
p { color: rgb(116,211,63); }
H1.HeaderClassName
{
color: #74D33F;
}
.AnyTagClassName
{
color: #74D33F;
}
</style>
background-color css
<style>
a { background-color: #74D33F; }
a { background-color: rgb(116,211,63); }
div.DivClassName
{
background-color: #74D33F;
}
.BgClassName
{
background-color: #74D33F;
}
</style>
border-color css
<style>
span { border-color: #74D33F; }
span { border-color: rgb(116,211,63); }
td.TdClassName
{
border-color: #74D33F;
}
.TagClassName
{
border-color: #74D33F;
}
</style>