Shades of Mantis #74CA5E
Tints of Mantis #74CA5E
RGB
CMYK
RGB Variations
Color information
#74CA5E (or 0x74CA5E) is known color: Mantis. HEX triplet: 74, CA and 5E. RGB value is (116,202,94). Sum of RGB (Red+Green+Blue) = 116+202+94=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA5E is #8B35A1. Grayscale: #A4A4A4. Windows color (decimal): -9123234 or 6212212. OLE color: 6212212.
HSL color Cylindrical-coordinate representation of color #74CA5E: hue angle of 107.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74CA5E is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 94 | - |
| CMYK | 0.43 | 0 | 0.53 | 0.21 |
| HSL | 107.78º | 0.5% | 0.58% | - |
| HSV(B) | 107.78º | 0.53% | 0.79% | - |
| XYZ | 30.34 | 46.76 | 18.02 | - |
| YUV | 163.97 | 88.51 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 94 | 0.43 | 0 | 0.53 | 0.21 | 107.78 | 0.5 | 0.58 |
| Hex | 74 | CA | 5E | 2B | 0 | 35 | 15 | 6C | 32 | 3A |
| Octal | 164 | 312 | 136 | 53 | 0 | 65 | 25 | 154 | 62 | 72 |
| Binary | 1110100 | 11001010 | 1011110 | 101011 | 0 | 110101 | 10101 | 1101100 | 110010 | 111010 |
Color Harmonies of #74CA5E
Complementary color
Monochromatic Colors of #74CA5E
Black with #74CA5E
Text Example
Text Example
White with #74CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA5E; }
p { color: rgb(116,202,94); }
H1.HeaderClassName
{
color: #74CA5E;
}
.AnyTagClassName
{
color: #74CA5E;
}
</style>
background-color css
<style>
a { background-color: #74CA5E; }
a { background-color: rgb(116,202,94); }
div.DivClassName
{
background-color: #74CA5E;
}
.BgClassName
{
background-color: #74CA5E;
}
</style>
border-color css
<style>
span { border-color: #74CA5E; }
span { border-color: rgb(116,202,94); }
td.TdClassName
{
border-color: #74CA5E;
}
.TagClassName
{
border-color: #74CA5E;
}
</style>