Shades of Mantis #74CB57
Tints of Mantis #74CB57
RGB
CMYK
RGB Variations
Color information
#74CB57 (or 0x74CB57) is known color: Mantis. HEX triplet: 74, CB and 57. RGB value is (116,203,87). Sum of RGB (Red+Green+Blue) = 116+203+87=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 87 (34.38% from 255 or 21.43% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB57 is #8B34A8. Grayscale: #A4A4A4. Windows color (decimal): -9122985 or 5753716. OLE color: 5753716.
HSL color Cylindrical-coordinate representation of color #74CB57: hue angle of 105º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74CB57 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 87 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.20 |
| HSL | 105º | 0.53% | 0.57% | - |
| HSV(B) | 105º | 0.57% | 0.8% | - |
| XYZ | 30.28 | 47.11 | 16.51 | - |
| YUV | 163.76 | 84.68 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 87 | 0.43 | 0 | 0.57 | 0.20 | 105 | 0.53 | 0.57 |
| Hex | 74 | CB | 57 | 2B | 0 | 39 | 14 | 69 | 35 | 39 |
| Octal | 164 | 313 | 127 | 53 | 0 | 71 | 24 | 151 | 65 | 71 |
| Binary | 1110100 | 11001011 | 1010111 | 101011 | 0 | 111001 | 10100 | 1101001 | 110101 | 111001 |
Color Harmonies of #74CB57
Complementary color
Monochromatic Colors of #74CB57
Black with #74CB57
Text Example
Text Example
White with #74CB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CB57; }
p { color: rgb(116,203,87); }
H1.HeaderClassName
{
color: #74CB57;
}
.AnyTagClassName
{
color: #74CB57;
}
</style>
background-color css
<style>
a { background-color: #74CB57; }
a { background-color: rgb(116,203,87); }
div.DivClassName
{
background-color: #74CB57;
}
.BgClassName
{
background-color: #74CB57;
}
</style>
border-color css
<style>
span { border-color: #74CB57; }
span { border-color: rgb(116,203,87); }
td.TdClassName
{
border-color: #74CB57;
}
.TagClassName
{
border-color: #74CB57;
}
</style>