Shades of Mantis #74CB5E
Tints of Mantis #74CB5E
RGB
CMYK
RGB Variations
Color information
#74CB5E (or 0x74CB5E) is known color: Mantis. HEX triplet: 74, CB and 5E. RGB value is (116,203,94). Sum of RGB (Red+Green+Blue) = 116+203+94=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 203 (79.69% from 255 or 49.15% from 413); Blue value is 94 (37.11% from 255 or 22.76% from 413); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB5E is #8B34A1. Grayscale: #A4A4A4. Windows color (decimal): -9122978 or 6212468. OLE color: 6212468.
HSL color Cylindrical-coordinate representation of color #74CB5E: hue angle of 107.89º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74CB5E is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 94 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.20 |
| HSL | 107.89º | 0.51% | 0.58% | - |
| HSV(B) | 107.89º | 0.54% | 0.8% | - |
| XYZ | 30.58 | 47.23 | 18.09 | - |
| YUV | 164.56 | 88.18 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 94 | 0.43 | 0 | 0.54 | 0.20 | 107.89 | 0.51 | 0.58 |
| Hex | 74 | CB | 5E | 2B | 0 | 36 | 14 | 6C | 33 | 3A |
| Octal | 164 | 313 | 136 | 53 | 0 | 66 | 24 | 154 | 63 | 72 |
| Binary | 1110100 | 11001011 | 1011110 | 101011 | 0 | 110110 | 10100 | 1101100 | 110011 | 111010 |
Color Harmonies of #74CB5E
Complementary color
Monochromatic Colors of #74CB5E
Black with #74CB5E
Text Example
Text Example
White with #74CB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB5E; }
p { color: rgb(116,203,94); }
H1.HeaderClassName
{
color: #74CB5E;
}
.AnyTagClassName
{
color: #74CB5E;
}
</style>
background-color css
<style>
a { background-color: #74CB5E; }
a { background-color: rgb(116,203,94); }
div.DivClassName
{
background-color: #74CB5E;
}
.BgClassName
{
background-color: #74CB5E;
}
</style>
border-color css
<style>
span { border-color: #74CB5E; }
span { border-color: rgb(116,203,94); }
td.TdClassName
{
border-color: #74CB5E;
}
.TagClassName
{
border-color: #74CB5E;
}
</style>