Shades of Mantis #74DF3E
Tints of Mantis #74DF3E
RGB
CMYK
RGB Variations
Color information
#74DF3E (or 0x74DF3E) is known color: Mantis. HEX triplet: 74, DF and 3E. RGB value is (116,223,62). Sum of RGB (Red+Green+Blue) = 116+223+62=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF3E is #8B20C1. Grayscale: #ADADAD. Windows color (decimal): -9117890 or 4120436. OLE color: 4120436.
HSL color Cylindrical-coordinate representation of color #74DF3E: hue angle of 99.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74DF3E is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 62 | - |
| CMYK | 0.48 | 0 | 0.72 | 0.13 |
| HSL | 99.88º | 0.72% | 0.56% | - |
| HSV(B) | 99.88º | 0.72% | 0.87% | - |
| XYZ | 34.46 | 56.84 | 13.71 | - |
| YUV | 172.65 | 65.55 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 62 | 0.48 | 0 | 0.72 | 0.13 | 99.88 | 0.72 | 0.56 |
| Hex | 74 | DF | 3E | 30 | 0 | 48 | D | 64 | 48 | 38 |
| Octal | 164 | 337 | 76 | 60 | 0 | 110 | 15 | 144 | 110 | 70 |
| Binary | 1110100 | 11011111 | 111110 | 110000 | 0 | 1001000 | 1101 | 1100100 | 1001000 | 111000 |
Color Harmonies of #74DF3E
Complementary color
Monochromatic Colors of #74DF3E
Black with #74DF3E
Text Example
Text Example
White with #74DF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF3E; }
p { color: rgb(116,223,62); }
H1.HeaderClassName
{
color: #74DF3E;
}
.AnyTagClassName
{
color: #74DF3E;
}
</style>
background-color css
<style>
a { background-color: #74DF3E; }
a { background-color: rgb(116,223,62); }
div.DivClassName
{
background-color: #74DF3E;
}
.BgClassName
{
background-color: #74DF3E;
}
</style>
border-color css
<style>
span { border-color: #74DF3E; }
span { border-color: rgb(116,223,62); }
td.TdClassName
{
border-color: #74DF3E;
}
.TagClassName
{
border-color: #74DF3E;
}
</style>