Shades of Mantis #74DA46
Tints of Mantis #74DA46
RGB
CMYK
RGB Variations
Color information
#74DA46 (or 0x74DA46) is known color: Mantis. HEX triplet: 74, DA and 46. RGB value is (116,218,70). Sum of RGB (Red+Green+Blue) = 116+218+70=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA46 is #8B25B9. Grayscale: #ABABAB. Windows color (decimal): -9119162 or 4643444. OLE color: 4643444.
HSL color Cylindrical-coordinate representation of color #74DA46: hue angle of 101.35º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74DA46 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 70 | - |
| CMYK | 0.47 | 0 | 0.68 | 0.15 |
| HSL | 101.35º | 0.67% | 0.56% | - |
| HSV(B) | 101.35º | 0.68% | 0.85% | - |
| XYZ | 33.38 | 54.3 | 14.52 | - |
| YUV | 170.63 | 71.21 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 70 | 0.47 | 0 | 0.68 | 0.15 | 101.35 | 0.67 | 0.56 |
| Hex | 74 | DA | 46 | 2F | 0 | 44 | F | 65 | 43 | 38 |
| Octal | 164 | 332 | 106 | 57 | 0 | 104 | 17 | 145 | 103 | 70 |
| Binary | 1110100 | 11011010 | 1000110 | 101111 | 0 | 1000100 | 1111 | 1100101 | 1000011 | 111000 |
Color Harmonies of #74DA46
Complementary color
Monochromatic Colors of #74DA46
Black with #74DA46
Text Example
Text Example
White with #74DA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA46; }
p { color: rgb(116,218,70); }
H1.HeaderClassName
{
color: #74DA46;
}
.AnyTagClassName
{
color: #74DA46;
}
</style>
background-color css
<style>
a { background-color: #74DA46; }
a { background-color: rgb(116,218,70); }
div.DivClassName
{
background-color: #74DA46;
}
.BgClassName
{
background-color: #74DA46;
}
</style>
border-color css
<style>
span { border-color: #74DA46; }
span { border-color: rgb(116,218,70); }
td.TdClassName
{
border-color: #74DA46;
}
.TagClassName
{
border-color: #74DA46;
}
</style>