Shades of Mantis #74C14F
Tints of Mantis #74C14F
RGB
CMYK
RGB Variations
Color information
#74C14F (or 0x74C14F) is known color: Mantis. HEX triplet: 74, C1 and 4F. RGB value is (116,193,79). Sum of RGB (Red+Green+Blue) = 116+193+79=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #74C14F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C14F is #8B3EB0. Grayscale: #9D9D9D. Windows color (decimal): -9125553 or 5226868. OLE color: 5226868.
HSL color Cylindrical-coordinate representation of color #74C14F: hue angle of 100.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74C14F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 79 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.24 |
| HSL | 100.53º | 0.48% | 0.53% | - |
| HSV(B) | 100.53º | 0.59% | 0.76% | - |
| XYZ | 27.68 | 42.42 | 14.13 | - |
| YUV | 156.98 | 83.99 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 79 | 0.40 | 0 | 0.59 | 0.24 | 100.53 | 0.48 | 0.53 |
| Hex | 74 | C1 | 4F | 28 | 0 | 3B | 18 | 65 | 30 | 35 |
| Octal | 164 | 301 | 117 | 50 | 0 | 73 | 30 | 145 | 60 | 65 |
| Binary | 1110100 | 11000001 | 1001111 | 101000 | 0 | 111011 | 11000 | 1100101 | 110000 | 110101 |
Color Harmonies of #74C14F
Complementary color
Monochromatic Colors of #74C14F
Black with #74C14F
Text Example
Text Example
White with #74C14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C14F; }
p { color: rgb(116,193,79); }
H1.HeaderClassName
{
color: #74C14F;
}
.AnyTagClassName
{
color: #74C14F;
}
</style>
background-color css
<style>
a { background-color: #74C14F; }
a { background-color: rgb(116,193,79); }
div.DivClassName
{
background-color: #74C14F;
}
.BgClassName
{
background-color: #74C14F;
}
</style>
border-color css
<style>
span { border-color: #74C14F; }
span { border-color: rgb(116,193,79); }
td.TdClassName
{
border-color: #74C14F;
}
.TagClassName
{
border-color: #74C14F;
}
</style>