Shades of Mantis #74C04D
Tints of Mantis #74C04D
RGB
CMYK
RGB Variations
Color information
#74C04D (or 0x74C04D) is known color: Mantis. HEX triplet: 74, C0 and 4D. RGB value is (116,192,77). Sum of RGB (Red+Green+Blue) = 116+192+77=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #74C04D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C04D is #8B3FB2. Grayscale: #9C9C9C. Windows color (decimal): -9125811 or 5095540. OLE color: 5095540.
HSL color Cylindrical-coordinate representation of color #74C04D: hue angle of 99.65º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C04D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 77 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.25 |
| HSL | 99.65º | 0.48% | 0.53% | - |
| HSV(B) | 99.65º | 0.6% | 0.75% | - |
| XYZ | 27.39 | 41.95 | 13.67 | - |
| YUV | 156.17 | 83.32 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 77 | 0.40 | 0 | 0.60 | 0.25 | 99.65 | 0.48 | 0.53 |
| Hex | 74 | C0 | 4D | 28 | 0 | 3C | 19 | 64 | 30 | 35 |
| Octal | 164 | 300 | 115 | 50 | 0 | 74 | 31 | 144 | 60 | 65 |
| Binary | 1110100 | 11000000 | 1001101 | 101000 | 0 | 111100 | 11001 | 1100100 | 110000 | 110101 |
Color Harmonies of #74C04D
Complementary color
Monochromatic Colors of #74C04D
Black with #74C04D
Text Example
Text Example
White with #74C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C04D; }
p { color: rgb(116,192,77); }
H1.HeaderClassName
{
color: #74C04D;
}
.AnyTagClassName
{
color: #74C04D;
}
</style>
background-color css
<style>
a { background-color: #74C04D; }
a { background-color: rgb(116,192,77); }
div.DivClassName
{
background-color: #74C04D;
}
.BgClassName
{
background-color: #74C04D;
}
</style>
border-color css
<style>
span { border-color: #74C04D; }
span { border-color: rgb(116,192,77); }
td.TdClassName
{
border-color: #74C04D;
}
.TagClassName
{
border-color: #74C04D;
}
</style>