Shades of Mantis #74DB42
Tints of Mantis #74DB42
RGB
CMYK
RGB Variations
Color information
#74DB42 (or 0x74DB42) is known color: Mantis. HEX triplet: 74, DB and 42. RGB value is (116,219,66). Sum of RGB (Red+Green+Blue) = 116+219+66=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 219 (85.94% from 255 or 54.61% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DB42 is #8B24BD. Grayscale: #ABABAB. Windows color (decimal): -9118910 or 4381556. OLE color: 4381556.
HSL color Cylindrical-coordinate representation of color #74DB42: hue angle of 100.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74DB42 is Cyan = 0.47, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 66 | - |
| CMYK | 0.47 | 0 | 0.70 | 0.14 |
| HSL | 100.39º | 0.68% | 0.56% | - |
| HSV(B) | 100.39º | 0.7% | 0.86% | - |
| XYZ | 33.52 | 54.77 | 13.96 | - |
| YUV | 170.76 | 68.88 | 88.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 66 | 0.47 | 0 | 0.70 | 0.14 | 100.39 | 0.68 | 0.56 |
| Hex | 74 | DB | 42 | 2F | 0 | 46 | E | 64 | 44 | 38 |
| Octal | 164 | 333 | 102 | 57 | 0 | 106 | 16 | 144 | 104 | 70 |
| Binary | 1110100 | 11011011 | 1000010 | 101111 | 0 | 1000110 | 1110 | 1100100 | 1000100 | 111000 |
Color Harmonies of #74DB42
Complementary color
Monochromatic Colors of #74DB42
Black with #74DB42
Text Example
Text Example
White with #74DB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB42; }
p { color: rgb(116,219,66); }
H1.HeaderClassName
{
color: #74DB42;
}
.AnyTagClassName
{
color: #74DB42;
}
</style>
background-color css
<style>
a { background-color: #74DB42; }
a { background-color: rgb(116,219,66); }
div.DivClassName
{
background-color: #74DB42;
}
.BgClassName
{
background-color: #74DB42;
}
</style>
border-color css
<style>
span { border-color: #74DB42; }
span { border-color: rgb(116,219,66); }
td.TdClassName
{
border-color: #74DB42;
}
.TagClassName
{
border-color: #74DB42;
}
</style>