Shades of Mantis #74C94A
Tints of Mantis #74C94A
RGB
CMYK
RGB Variations
Color information
#74C94A (or 0x74C94A) is known color: Mantis. HEX triplet: 74, C9 and 4A. RGB value is (116,201,74). Sum of RGB (Red+Green+Blue) = 116+201+74=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #74C94A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C94A is #8B36B5. Grayscale: #A1A1A1. Windows color (decimal): -9123510 or 4901236. OLE color: 4901236.
HSL color Cylindrical-coordinate representation of color #74C94A: hue angle of 100.16º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74C94A is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 74 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.21 |
| HSL | 100.16º | 0.54% | 0.54% | - |
| HSV(B) | 100.16º | 0.63% | 0.79% | - |
| XYZ | 29.33 | 45.98 | 13.81 | - |
| YUV | 161.11 | 78.84 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 74 | 0.42 | 0 | 0.63 | 0.21 | 100.16 | 0.54 | 0.54 |
| Hex | 74 | C9 | 4A | 2A | 0 | 3F | 15 | 64 | 36 | 36 |
| Octal | 164 | 311 | 112 | 52 | 0 | 77 | 25 | 144 | 66 | 66 |
| Binary | 1110100 | 11001001 | 1001010 | 101010 | 0 | 111111 | 10101 | 1100100 | 110110 | 110110 |
Color Harmonies of #74C94A
Complementary color
Monochromatic Colors of #74C94A
Black with #74C94A
Text Example
Text Example
White with #74C94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C94A; }
p { color: rgb(116,201,74); }
H1.HeaderClassName
{
color: #74C94A;
}
.AnyTagClassName
{
color: #74C94A;
}
</style>
background-color css
<style>
a { background-color: #74C94A; }
a { background-color: rgb(116,201,74); }
div.DivClassName
{
background-color: #74C94A;
}
.BgClassName
{
background-color: #74C94A;
}
</style>
border-color css
<style>
span { border-color: #74C94A; }
span { border-color: rgb(116,201,74); }
td.TdClassName
{
border-color: #74C94A;
}
.TagClassName
{
border-color: #74C94A;
}
</style>