Shades of Mantis #74C858
Tints of Mantis #74C858
RGB
CMYK
RGB Variations
Color information
#74C858 (or 0x74C858) is known color: Mantis. HEX triplet: 74, C8 and 58. RGB value is (116,200,88). Sum of RGB (Red+Green+Blue) = 116+200+88=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 88 (34.77% from 255 or 21.78% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #74C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C858 is #8B37A7. Grayscale: #A2A2A2. Windows color (decimal): -9123752 or 5818484. OLE color: 5818484.
HSL color Cylindrical-coordinate representation of color #74C858: hue angle of 105º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74C858 is Cyan = 0.42, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 88 | - |
| CMYK | 0.42 | 0 | 0.56 | 0.22 |
| HSL | 105º | 0.5% | 0.56% | - |
| HSV(B) | 105º | 0.56% | 0.78% | - |
| XYZ | 29.62 | 45.73 | 16.5 | - |
| YUV | 162.12 | 86.17 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 88 | 0.42 | 0 | 0.56 | 0.22 | 105 | 0.5 | 0.56 |
| Hex | 74 | C8 | 58 | 2A | 0 | 38 | 16 | 69 | 32 | 38 |
| Octal | 164 | 310 | 130 | 52 | 0 | 70 | 26 | 151 | 62 | 70 |
| Binary | 1110100 | 11001000 | 1011000 | 101010 | 0 | 111000 | 10110 | 1101001 | 110010 | 111000 |
Color Harmonies of #74C858
Complementary color
Monochromatic Colors of #74C858
Black with #74C858
Text Example
Text Example
White with #74C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C858; }
p { color: rgb(116,200,88); }
H1.HeaderClassName
{
color: #74C858;
}
.AnyTagClassName
{
color: #74C858;
}
</style>
background-color css
<style>
a { background-color: #74C858; }
a { background-color: rgb(116,200,88); }
div.DivClassName
{
background-color: #74C858;
}
.BgClassName
{
background-color: #74C858;
}
</style>
border-color css
<style>
span { border-color: #74C858; }
span { border-color: rgb(116,200,88); }
td.TdClassName
{
border-color: #74C858;
}
.TagClassName
{
border-color: #74C858;
}
</style>