Shades of Mantis #74CA55
Tints of Mantis #74CA55
RGB
CMYK
RGB Variations
Color information
#74CA55 (or 0x74CA55) is known color: Mantis. HEX triplet: 74, CA and 55. RGB value is (116,202,85). Sum of RGB (Red+Green+Blue) = 116+202+85=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA55 is #8B35AA. Grayscale: #A3A3A3. Windows color (decimal): -9123243 or 5622388. OLE color: 5622388.
HSL color Cylindrical-coordinate representation of color #74CA55: hue angle of 104.1º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74CA55 is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 202 | 85 | - |
| CMYK | 0.43 | 0 | 0.58 | 0.21 |
| HSL | 104.1º | 0.52% | 0.56% | - |
| HSV(B) | 104.1º | 0.58% | 0.79% | - |
| XYZ | 29.96 | 46.61 | 16.01 | - |
| YUV | 162.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 202 | 85 | 0.43 | 0 | 0.58 | 0.21 | 104.1 | 0.52 | 0.56 |
| Hex | 74 | CA | 55 | 2B | 0 | 3A | 15 | 68 | 34 | 38 |
| Octal | 164 | 312 | 125 | 53 | 0 | 72 | 25 | 150 | 64 | 70 |
| Binary | 1110100 | 11001010 | 1010101 | 101011 | 0 | 111010 | 10101 | 1101000 | 110100 | 111000 |
Color Harmonies of #74CA55
Complementary color
Monochromatic Colors of #74CA55
Black with #74CA55
Text Example
Text Example
White with #74CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CA55; }
p { color: rgb(116,202,85); }
H1.HeaderClassName
{
color: #74CA55;
}
.AnyTagClassName
{
color: #74CA55;
}
</style>
background-color css
<style>
a { background-color: #74CA55; }
a { background-color: rgb(116,202,85); }
div.DivClassName
{
background-color: #74CA55;
}
.BgClassName
{
background-color: #74CA55;
}
</style>
border-color css
<style>
span { border-color: #74CA55; }
span { border-color: rgb(116,202,85); }
td.TdClassName
{
border-color: #74CA55;
}
.TagClassName
{
border-color: #74CA55;
}
</style>