Shades of Mantis #74C467
Tints of Mantis #74C467
RGB
CMYK
RGB Variations
Color information
#74C467 (or 0x74C467) is known color: Mantis. HEX triplet: 74, C4 and 67. RGB value is (116,196,103). Sum of RGB (Red+Green+Blue) = 116+196+103=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 196 (76.95% from 255 or 47.23% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 196 - color contains mainly: green. Hex color #74C467 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C467 is #8B3B98. Grayscale: #A1A1A1. Windows color (decimal): -9124761 or 6800500. OLE color: 6800500.
HSL color Cylindrical-coordinate representation of color #74C467: hue angle of 111.61º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74C467 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 196 | 103 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.23 |
| HSL | 111.61º | 0.44% | 0.59% | - |
| HSV(B) | 111.61º | 0.47% | 0.77% | - |
| XYZ | 29.39 | 44.17 | 19.81 | - |
| YUV | 161.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 196 | 103 | 0.41 | 0 | 0.47 | 0.23 | 111.61 | 0.44 | 0.59 |
| Hex | 74 | C4 | 67 | 29 | 0 | 2F | 17 | 70 | 2C | 3B |
| Octal | 164 | 304 | 147 | 51 | 0 | 57 | 27 | 160 | 54 | 73 |
| Binary | 1110100 | 11000100 | 1100111 | 101001 | 0 | 101111 | 10111 | 1110000 | 101100 | 111011 |
Color Harmonies of #74C467
Complementary color
Monochromatic Colors of #74C467
Black with #74C467
Text Example
Text Example
White with #74C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C467; }
p { color: rgb(116,196,103); }
H1.HeaderClassName
{
color: #74C467;
}
.AnyTagClassName
{
color: #74C467;
}
</style>
background-color css
<style>
a { background-color: #74C467; }
a { background-color: rgb(116,196,103); }
div.DivClassName
{
background-color: #74C467;
}
.BgClassName
{
background-color: #74C467;
}
</style>
border-color css
<style>
span { border-color: #74C467; }
span { border-color: rgb(116,196,103); }
td.TdClassName
{
border-color: #74C467;
}
.TagClassName
{
border-color: #74C467;
}
</style>