Shades of Mantis #74C85A
Tints of Mantis #74C85A
RGB
CMYK
RGB Variations
Color information
#74C85A (or 0x74C85A) is known color: Mantis. HEX triplet: 74, C8 and 5A. RGB value is (116,200,90). Sum of RGB (Red+Green+Blue) = 116+200+90=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #74C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C85A is #8B37A5. Grayscale: #A2A2A2. Windows color (decimal): -9123750 or 5949556. OLE color: 5949556.
HSL color Cylindrical-coordinate representation of color #74C85A: hue angle of 105.82º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74C85A is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 90 | - |
| CMYK | 0.42 | 0 | 0.55 | 0.22 |
| HSL | 105.82º | 0.5% | 0.57% | - |
| HSV(B) | 105.82º | 0.55% | 0.78% | - |
| XYZ | 29.7 | 45.76 | 16.94 | - |
| YUV | 162.34 | 87.17 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 90 | 0.42 | 0 | 0.55 | 0.22 | 105.82 | 0.5 | 0.57 |
| Hex | 74 | C8 | 5A | 2A | 0 | 37 | 16 | 6A | 32 | 39 |
| Octal | 164 | 310 | 132 | 52 | 0 | 67 | 26 | 152 | 62 | 71 |
| Binary | 1110100 | 11001000 | 1011010 | 101010 | 0 | 110111 | 10110 | 1101010 | 110010 | 111001 |
Color Harmonies of #74C85A
Complementary color
Monochromatic Colors of #74C85A
Black with #74C85A
Text Example
Text Example
White with #74C85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C85A; }
p { color: rgb(116,200,90); }
H1.HeaderClassName
{
color: #74C85A;
}
.AnyTagClassName
{
color: #74C85A;
}
</style>
background-color css
<style>
a { background-color: #74C85A; }
a { background-color: rgb(116,200,90); }
div.DivClassName
{
background-color: #74C85A;
}
.BgClassName
{
background-color: #74C85A;
}
</style>
border-color css
<style>
span { border-color: #74C85A; }
span { border-color: rgb(116,200,90); }
td.TdClassName
{
border-color: #74C85A;
}
.TagClassName
{
border-color: #74C85A;
}
</style>