Shades of Mantis #74C36A
Tints of Mantis #74C36A
RGB
CMYK
RGB Variations
Color information
#74C36A (or 0x74C36A) is known color: Mantis. HEX triplet: 74, C3 and 6A. RGB value is (116,195,106). Sum of RGB (Red+Green+Blue) = 116+195+106=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 195 (76.56% from 255 or 46.76% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 195 - color contains mainly: green. Hex color #74C36A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C36A is #8B3C95. Grayscale: #A1A1A1. Windows color (decimal): -9125014 or 6996852. OLE color: 6996852.
HSL color Cylindrical-coordinate representation of color #74C36A: hue angle of 113.26º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74C36A is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 106 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.24 |
| HSL | 113.26º | 0.43% | 0.59% | - |
| HSV(B) | 113.26º | 0.46% | 0.76% | - |
| XYZ | 29.32 | 43.78 | 20.54 | - |
| YUV | 161.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 106 | 0.41 | 0 | 0.46 | 0.24 | 113.26 | 0.43 | 0.59 |
| Hex | 74 | C3 | 6A | 29 | 0 | 2E | 18 | 71 | 2B | 3B |
| Octal | 164 | 303 | 152 | 51 | 0 | 56 | 30 | 161 | 53 | 73 |
| Binary | 1110100 | 11000011 | 1101010 | 101001 | 0 | 101110 | 11000 | 1110001 | 101011 | 111011 |
Color Harmonies of #74C36A
Complementary color
Monochromatic Colors of #74C36A
Black with #74C36A
Text Example
Text Example
White with #74C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C36A; }
p { color: rgb(116,195,106); }
H1.HeaderClassName
{
color: #74C36A;
}
.AnyTagClassName
{
color: #74C36A;
}
</style>
background-color css
<style>
a { background-color: #74C36A; }
a { background-color: rgb(116,195,106); }
div.DivClassName
{
background-color: #74C36A;
}
.BgClassName
{
background-color: #74C36A;
}
</style>
border-color css
<style>
span { border-color: #74C36A; }
span { border-color: rgb(116,195,106); }
td.TdClassName
{
border-color: #74C36A;
}
.TagClassName
{
border-color: #74C36A;
}
</style>