Shades of Mantis #74C04C
Tints of Mantis #74C04C
RGB
CMYK
RGB Variations
Color information
#74C04C (or 0x74C04C) is known color: Mantis. HEX triplet: 74, C0 and 4C. RGB value is (116,192,76). Sum of RGB (Red+Green+Blue) = 116+192+76=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #74C04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C04C is #8B3FB3. Grayscale: #9C9C9C. Windows color (decimal): -9125812 or 5030004. OLE color: 5030004.
HSL color Cylindrical-coordinate representation of color #74C04C: hue angle of 99.31º 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 #74C04C is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 76 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.25 |
| HSL | 99.31º | 0.48% | 0.53% | - |
| HSV(B) | 99.31º | 0.6% | 0.75% | - |
| XYZ | 27.36 | 41.93 | 13.49 | - |
| YUV | 156.05 | 82.82 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 76 | 0.40 | 0 | 0.60 | 0.25 | 99.31 | 0.48 | 0.53 |
| Hex | 74 | C0 | 4C | 28 | 0 | 3C | 19 | 63 | 30 | 35 |
| Octal | 164 | 300 | 114 | 50 | 0 | 74 | 31 | 143 | 60 | 65 |
| Binary | 1110100 | 11000000 | 1001100 | 101000 | 0 | 111100 | 11001 | 1100011 | 110000 | 110101 |
Color Harmonies of #74C04C
Complementary color
Monochromatic Colors of #74C04C
Black with #74C04C
Text Example
Text Example
White with #74C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C04C; }
p { color: rgb(116,192,76); }
H1.HeaderClassName
{
color: #74C04C;
}
.AnyTagClassName
{
color: #74C04C;
}
</style>
background-color css
<style>
a { background-color: #74C04C; }
a { background-color: rgb(116,192,76); }
div.DivClassName
{
background-color: #74C04C;
}
.BgClassName
{
background-color: #74C04C;
}
</style>
border-color css
<style>
span { border-color: #74C04C; }
span { border-color: rgb(116,192,76); }
td.TdClassName
{
border-color: #74C04C;
}
.TagClassName
{
border-color: #74C04C;
}
</style>