Shades of Mantis #74C155
Tints of Mantis #74C155
RGB
CMYK
RGB Variations
Color information
#74C155 (or 0x74C155) is known color: Mantis. HEX triplet: 74, C1 and 55. RGB value is (116,193,85). Sum of RGB (Red+Green+Blue) = 116+193+85=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #74C155 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C155 is #8B3EAA. Grayscale: #9E9E9E. Windows color (decimal): -9125547 or 5620084. OLE color: 5620084.
HSL color Cylindrical-coordinate representation of color #74C155: hue angle of 102.78º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74C155 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 193 | 85 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.24 |
| HSL | 102.78º | 0.47% | 0.55% | - |
| HSV(B) | 102.78º | 0.56% | 0.76% | - |
| XYZ | 27.91 | 42.51 | 15.33 | - |
| YUV | 157.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 193 | 85 | 0.40 | 0 | 0.56 | 0.24 | 102.78 | 0.47 | 0.55 |
| Hex | 74 | C1 | 55 | 28 | 0 | 38 | 18 | 67 | 2F | 37 |
| Octal | 164 | 301 | 125 | 50 | 0 | 70 | 30 | 147 | 57 | 67 |
| Binary | 1110100 | 11000001 | 1010101 | 101000 | 0 | 111000 | 11000 | 1100111 | 101111 | 110111 |
Color Harmonies of #74C155
Complementary color
Monochromatic Colors of #74C155
Black with #74C155
Text Example
Text Example
White with #74C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C155; }
p { color: rgb(116,193,85); }
H1.HeaderClassName
{
color: #74C155;
}
.AnyTagClassName
{
color: #74C155;
}
</style>
background-color css
<style>
a { background-color: #74C155; }
a { background-color: rgb(116,193,85); }
div.DivClassName
{
background-color: #74C155;
}
.BgClassName
{
background-color: #74C155;
}
</style>
border-color css
<style>
span { border-color: #74C155; }
span { border-color: rgb(116,193,85); }
td.TdClassName
{
border-color: #74C155;
}
.TagClassName
{
border-color: #74C155;
}
</style>