Shades of Mantis #74C35E
Tints of Mantis #74C35E
RGB
CMYK
RGB Variations
Color information
#74C35E (or 0x74C35E) is known color: Mantis. HEX triplet: 74, C3 and 5E. RGB value is (116,195,94). Sum of RGB (Red+Green+Blue) = 116+195+94=405 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.64% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #74C35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C35E is #8B3CA1. Grayscale: #A0A0A0. Windows color (decimal): -9125026 or 6210420. OLE color: 6210420.
HSL color Cylindrical-coordinate representation of color #74C35E: hue angle of 106.93º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74C35E is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 94 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.24 |
| HSL | 106.93º | 0.46% | 0.57% | - |
| HSV(B) | 106.93º | 0.52% | 0.76% | - |
| XYZ | 28.74 | 43.55 | 17.48 | - |
| YUV | 159.87 | 90.83 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 94 | 0.41 | 0 | 0.52 | 0.24 | 106.93 | 0.46 | 0.57 |
| Hex | 74 | C3 | 5E | 29 | 0 | 34 | 18 | 6B | 2E | 39 |
| Octal | 164 | 303 | 136 | 51 | 0 | 64 | 30 | 153 | 56 | 71 |
| Binary | 1110100 | 11000011 | 1011110 | 101001 | 0 | 110100 | 11000 | 1101011 | 101110 | 111001 |
Color Harmonies of #74C35E
Complementary color
Monochromatic Colors of #74C35E
Black with #74C35E
Text Example
Text Example
White with #74C35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C35E; }
p { color: rgb(116,195,94); }
H1.HeaderClassName
{
color: #74C35E;
}
.AnyTagClassName
{
color: #74C35E;
}
</style>
background-color css
<style>
a { background-color: #74C35E; }
a { background-color: rgb(116,195,94); }
div.DivClassName
{
background-color: #74C35E;
}
.BgClassName
{
background-color: #74C35E;
}
</style>
border-color css
<style>
span { border-color: #74C35E; }
span { border-color: rgb(116,195,94); }
td.TdClassName
{
border-color: #74C35E;
}
.TagClassName
{
border-color: #74C35E;
}
</style>