Shades of Mantis #74C055
Tints of Mantis #74C055
RGB
CMYK
RGB Variations
Color information
#74C055 (or 0x74C055) is known color: Mantis. HEX triplet: 74, C0 and 55. RGB value is (116,192,85). Sum of RGB (Red+Green+Blue) = 116+192+85=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 85 (33.59% from 255 or 21.63% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #74C055 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C055 is #8B3FAA. Grayscale: #9D9D9D. Windows color (decimal): -9125803 or 5619828. OLE color: 5619828.
HSL color Cylindrical-coordinate representation of color #74C055: hue angle of 102.62º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74C055 is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 192 | 85 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.25 |
| HSL | 102.62º | 0.46% | 0.54% | - |
| HSV(B) | 102.62º | 0.56% | 0.75% | - |
| XYZ | 27.69 | 42.07 | 15.25 | - |
| YUV | 157.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 192 | 85 | 0.40 | 0 | 0.56 | 0.25 | 102.62 | 0.46 | 0.54 |
| Hex | 74 | C0 | 55 | 28 | 0 | 38 | 19 | 67 | 2E | 36 |
| Octal | 164 | 300 | 125 | 50 | 0 | 70 | 31 | 147 | 56 | 66 |
| Binary | 1110100 | 11000000 | 1010101 | 101000 | 0 | 111000 | 11001 | 1100111 | 101110 | 110110 |
Color Harmonies of #74C055
Complementary color
Monochromatic Colors of #74C055
Black with #74C055
Text Example
Text Example
White with #74C055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C055; }
p { color: rgb(116,192,85); }
H1.HeaderClassName
{
color: #74C055;
}
.AnyTagClassName
{
color: #74C055;
}
</style>
background-color css
<style>
a { background-color: #74C055; }
a { background-color: rgb(116,192,85); }
div.DivClassName
{
background-color: #74C055;
}
.BgClassName
{
background-color: #74C055;
}
</style>
border-color css
<style>
span { border-color: #74C055; }
span { border-color: rgb(116,192,85); }
td.TdClassName
{
border-color: #74C055;
}
.TagClassName
{
border-color: #74C055;
}
</style>