Shades of Mantis #74C24D
Tints of Mantis #74C24D
RGB
CMYK
RGB Variations
Color information
#74C24D (or 0x74C24D) is known color: Mantis. HEX triplet: 74, C2 and 4D. RGB value is (116,194,77). Sum of RGB (Red+Green+Blue) = 116+194+77=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 194 (76.17% from 255 or 50.13% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 194 - color contains mainly: green. Hex color #74C24D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C24D is #8B3DB2. Grayscale: #9D9D9D. Windows color (decimal): -9125299 or 5096052. OLE color: 5096052.
HSL color Cylindrical-coordinate representation of color #74C24D: hue angle of 100º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74C24D is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 77 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.24 |
| HSL | 100º | 0.49% | 0.53% | - |
| HSV(B) | 100º | 0.6% | 0.76% | - |
| XYZ | 27.83 | 42.83 | 13.82 | - |
| YUV | 157.34 | 82.66 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 77 | 0.40 | 0 | 0.60 | 0.24 | 100 | 0.49 | 0.53 |
| Hex | 74 | C2 | 4D | 28 | 0 | 3C | 18 | 64 | 31 | 35 |
| Octal | 164 | 302 | 115 | 50 | 0 | 74 | 30 | 144 | 61 | 65 |
| Binary | 1110100 | 11000010 | 1001101 | 101000 | 0 | 111100 | 11000 | 1100100 | 110001 | 110101 |
Color Harmonies of #74C24D
Complementary color
Monochromatic Colors of #74C24D
Black with #74C24D
Text Example
Text Example
White with #74C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C24D; }
p { color: rgb(116,194,77); }
H1.HeaderClassName
{
color: #74C24D;
}
.AnyTagClassName
{
color: #74C24D;
}
</style>
background-color css
<style>
a { background-color: #74C24D; }
a { background-color: rgb(116,194,77); }
div.DivClassName
{
background-color: #74C24D;
}
.BgClassName
{
background-color: #74C24D;
}
</style>
border-color css
<style>
span { border-color: #74C24D; }
span { border-color: rgb(116,194,77); }
td.TdClassName
{
border-color: #74C24D;
}
.TagClassName
{
border-color: #74C24D;
}
</style>