Shades of Mantis #74DB3A
Tints of Mantis #74DB3A
RGB
CMYK
RGB Variations
Color information
#74DB3A (or 0x74DB3A) is known color: Mantis. HEX triplet: 74, DB and 3A. RGB value is (116,219,58). Sum of RGB (Red+Green+Blue) = 116+219+58=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 219 (85.94% from 255 or 55.73% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DB3A is #8B24C5. Grayscale: #AAAAAA. Windows color (decimal): -9118918 or 3857268. OLE color: 3857268.
HSL color Cylindrical-coordinate representation of color #74DB3A: hue angle of 98.39º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #74DB3A is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 58 | - |
| CMYK | 0.47 | 0 | 0.74 | 0.14 |
| HSL | 98.39º | 0.69% | 0.54% | - |
| HSV(B) | 98.39º | 0.74% | 0.86% | - |
| XYZ | 33.3 | 54.68 | 12.8 | - |
| YUV | 169.85 | 64.88 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 58 | 0.47 | 0 | 0.74 | 0.14 | 98.39 | 0.69 | 0.54 |
| Hex | 74 | DB | 3A | 2F | 0 | 4A | E | 62 | 45 | 36 |
| Octal | 164 | 333 | 72 | 57 | 0 | 112 | 16 | 142 | 105 | 66 |
| Binary | 1110100 | 11011011 | 111010 | 101111 | 0 | 1001010 | 1110 | 1100010 | 1000101 | 110110 |
Color Harmonies of #74DB3A
Complementary color
Monochromatic Colors of #74DB3A
Black with #74DB3A
Text Example
Text Example
White with #74DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB3A; }
p { color: rgb(116,219,58); }
H1.HeaderClassName
{
color: #74DB3A;
}
.AnyTagClassName
{
color: #74DB3A;
}
</style>
background-color css
<style>
a { background-color: #74DB3A; }
a { background-color: rgb(116,219,58); }
div.DivClassName
{
background-color: #74DB3A;
}
.BgClassName
{
background-color: #74DB3A;
}
</style>
border-color css
<style>
span { border-color: #74DB3A; }
span { border-color: rgb(116,219,58); }
td.TdClassName
{
border-color: #74DB3A;
}
.TagClassName
{
border-color: #74DB3A;
}
</style>