Shades of Mantis #74BC67
Tints of Mantis #74BC67
RGB
CMYK
RGB Variations
Color information
#74BC67 (or 0x74BC67) is known color: Mantis. HEX triplet: 74, BC and 67. RGB value is (116,188,103). Sum of RGB (Red+Green+Blue) = 116+188+103=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #74BC67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74BC67 is #8B4398. Grayscale: #9D9D9D. Windows color (decimal): -9126809 or 6798452. OLE color: 6798452.
HSL color Cylindrical-coordinate representation of color #74BC67: hue angle of 110.82º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74BC67 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 116 | 188 | 103 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.26 |
| HSL | 110.82º | 0.39% | 0.57% | - |
| HSV(B) | 110.82º | 0.45% | 0.74% | - |
| XYZ | 27.63 | 40.66 | 19.22 | - |
| YUV | 156.78 | 97.65 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 188 | 103 | 0.38 | 0 | 0.45 | 0.26 | 110.82 | 0.39 | 0.57 |
| Hex | 74 | BC | 67 | 26 | 0 | 2D | 1A | 6F | 27 | 39 |
| Octal | 164 | 274 | 147 | 46 | 0 | 55 | 32 | 157 | 47 | 71 |
| Binary | 1110100 | 10111100 | 1100111 | 100110 | 0 | 101101 | 11010 | 1101111 | 100111 | 111001 |
Color Harmonies of #74BC67
Complementary color
Monochromatic Colors of #74BC67
Black with #74BC67
Text Example
Text Example
White with #74BC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BC67; }
p { color: rgb(116,188,103); }
H1.HeaderClassName
{
color: #74BC67;
}
.AnyTagClassName
{
color: #74BC67;
}
</style>
background-color css
<style>
a { background-color: #74BC67; }
a { background-color: rgb(116,188,103); }
div.DivClassName
{
background-color: #74BC67;
}
.BgClassName
{
background-color: #74BC67;
}
</style>
border-color css
<style>
span { border-color: #74BC67; }
span { border-color: rgb(116,188,103); }
td.TdClassName
{
border-color: #74BC67;
}
.TagClassName
{
border-color: #74BC67;
}
</style>