Shades of Mantis #74BD66
Tints of Mantis #74BD66
RGB
CMYK
RGB Variations
Color information
#74BD66 (or 0x74BD66) is known color: Mantis. HEX triplet: 74, BD and 66. RGB value is (116,189,102). Sum of RGB (Red+Green+Blue) = 116+189+102=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #74BD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BD66 is #8B4299. Grayscale: #9D9D9D. Windows color (decimal): -9126554 or 6733172. OLE color: 6733172.
HSL color Cylindrical-coordinate representation of color #74BD66: hue angle of 110.34º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74BD66 is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 189 | 102 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.26 |
| HSL | 110.34º | 0.4% | 0.57% | - |
| HSV(B) | 110.34º | 0.46% | 0.74% | - |
| XYZ | 27.8 | 41.07 | 19.03 | - |
| YUV | 157.26 | 96.82 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 189 | 102 | 0.39 | 0 | 0.46 | 0.26 | 110.34 | 0.4 | 0.57 |
| Hex | 74 | BD | 66 | 27 | 0 | 2E | 1A | 6E | 28 | 39 |
| Octal | 164 | 275 | 146 | 47 | 0 | 56 | 32 | 156 | 50 | 71 |
| Binary | 1110100 | 10111101 | 1100110 | 100111 | 0 | 101110 | 11010 | 1101110 | 101000 | 111001 |
Color Harmonies of #74BD66
Complementary color
Monochromatic Colors of #74BD66
Black with #74BD66
Text Example
Text Example
White with #74BD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BD66; }
p { color: rgb(116,189,102); }
H1.HeaderClassName
{
color: #74BD66;
}
.AnyTagClassName
{
color: #74BD66;
}
</style>
background-color css
<style>
a { background-color: #74BD66; }
a { background-color: rgb(116,189,102); }
div.DivClassName
{
background-color: #74BD66;
}
.BgClassName
{
background-color: #74BD66;
}
</style>
border-color css
<style>
span { border-color: #74BD66; }
span { border-color: rgb(116,189,102); }
td.TdClassName
{
border-color: #74BD66;
}
.TagClassName
{
border-color: #74BD66;
}
</style>