Shades of Mantis #74C24A
Tints of Mantis #74C24A
RGB
CMYK
RGB Variations
Color information
#74C24A (or 0x74C24A) is known color: Mantis. HEX triplet: 74, C2 and 4A. RGB value is (116,194,74). Sum of RGB (Red+Green+Blue) = 116+194+74=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 194 (76.17% from 255 or 50.52% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 194 - color contains mainly: green. Hex color #74C24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C24A is #8B3DB5. Grayscale: #9D9D9D. Windows color (decimal): -9125302 or 4899444. OLE color: 4899444.
HSL color Cylindrical-coordinate representation of color #74C24A: hue angle of 99º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74C24A is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 194 | 74 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.24 |
| HSL | 99º | 0.5% | 0.53% | - |
| HSV(B) | 99º | 0.62% | 0.76% | - |
| XYZ | 27.73 | 42.79 | 13.28 | - |
| YUV | 157 | 81.16 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 194 | 74 | 0.40 | 0 | 0.62 | 0.24 | 99 | 0.5 | 0.53 |
| Hex | 74 | C2 | 4A | 28 | 0 | 3E | 18 | 63 | 32 | 35 |
| Octal | 164 | 302 | 112 | 50 | 0 | 76 | 30 | 143 | 62 | 65 |
| Binary | 1110100 | 11000010 | 1001010 | 101000 | 0 | 111110 | 11000 | 1100011 | 110010 | 110101 |
Color Harmonies of #74C24A
Complementary color
Monochromatic Colors of #74C24A
Black with #74C24A
Text Example
Text Example
White with #74C24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C24A; }
p { color: rgb(116,194,74); }
H1.HeaderClassName
{
color: #74C24A;
}
.AnyTagClassName
{
color: #74C24A;
}
</style>
background-color css
<style>
a { background-color: #74C24A; }
a { background-color: rgb(116,194,74); }
div.DivClassName
{
background-color: #74C24A;
}
.BgClassName
{
background-color: #74C24A;
}
</style>
border-color css
<style>
span { border-color: #74C24A; }
span { border-color: rgb(116,194,74); }
td.TdClassName
{
border-color: #74C24A;
}
.TagClassName
{
border-color: #74C24A;
}
</style>