Shades of Mantis #74C84A
Tints of Mantis #74C84A
RGB
CMYK
RGB Variations
Color information
#74C84A (or 0x74C84A) is known color: Mantis. HEX triplet: 74, C8 and 4A. RGB value is (116,200,74). Sum of RGB (Red+Green+Blue) = 116+200+74=390 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.74% from 390); Green value is 200 (78.52% from 255 or 51.28% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 200 - color contains mainly: green. Hex color #74C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74C84A is #8B37B5. Grayscale: #A0A0A0. Windows color (decimal): -9123766 or 4900980. OLE color: 4900980.
HSL color Cylindrical-coordinate representation of color #74C84A: hue angle of 100º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74C84A is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 74 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.22 |
| HSL | 100º | 0.53% | 0.54% | - |
| HSV(B) | 100º | 0.63% | 0.78% | - |
| XYZ | 29.09 | 45.52 | 13.73 | - |
| YUV | 160.52 | 79.17 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 74 | 0.42 | 0 | 0.63 | 0.22 | 100 | 0.53 | 0.54 |
| Hex | 74 | C8 | 4A | 2A | 0 | 3F | 16 | 64 | 35 | 36 |
| Octal | 164 | 310 | 112 | 52 | 0 | 77 | 26 | 144 | 65 | 66 |
| Binary | 1110100 | 11001000 | 1001010 | 101010 | 0 | 111111 | 10110 | 1100100 | 110101 | 110110 |
Color Harmonies of #74C84A
Complementary color
Monochromatic Colors of #74C84A
Black with #74C84A
Text Example
Text Example
White with #74C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C84A; }
p { color: rgb(116,200,74); }
H1.HeaderClassName
{
color: #74C84A;
}
.AnyTagClassName
{
color: #74C84A;
}
</style>
background-color css
<style>
a { background-color: #74C84A; }
a { background-color: rgb(116,200,74); }
div.DivClassName
{
background-color: #74C84A;
}
.BgClassName
{
background-color: #74C84A;
}
</style>
border-color css
<style>
span { border-color: #74C84A; }
span { border-color: rgb(116,200,74); }
td.TdClassName
{
border-color: #74C84A;
}
.TagClassName
{
border-color: #74C84A;
}
</style>