Shades of Mantis #74CE51
Tints of Mantis #74CE51
RGB
CMYK
RGB Variations
Color information
#74CE51 (or 0x74CE51) is known color: Mantis. HEX triplet: 74, CE and 51. RGB value is (116,206,81). Sum of RGB (Red+Green+Blue) = 116+206+81=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 206 (80.86% from 255 or 51.12% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 206 - color contains mainly: green. Hex color #74CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CE51 is #8B31AE. Grayscale: #A5A5A5. Windows color (decimal): -9122223 or 5361268. OLE color: 5361268.
HSL color Cylindrical-coordinate representation of color #74CE51: hue angle of 103.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74CE51 is Cyan = 0.44, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 206 | 81 | - |
| CMYK | 0.44 | 0 | 0.61 | 0.19 |
| HSL | 103.2º | 0.56% | 0.56% | - |
| HSV(B) | 103.2º | 0.61% | 0.81% | - |
| XYZ | 30.76 | 48.45 | 15.52 | - |
| YUV | 164.84 | 80.68 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 206 | 81 | 0.44 | 0 | 0.61 | 0.19 | 103.2 | 0.56 | 0.56 |
| Hex | 74 | CE | 51 | 2C | 0 | 3D | 13 | 67 | 38 | 38 |
| Octal | 164 | 316 | 121 | 54 | 0 | 75 | 23 | 147 | 70 | 70 |
| Binary | 1110100 | 11001110 | 1010001 | 101100 | 0 | 111101 | 10011 | 1100111 | 111000 | 111000 |
Color Harmonies of #74CE51
Complementary color
Monochromatic Colors of #74CE51
Black with #74CE51
Text Example
Text Example
White with #74CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CE51; }
p { color: rgb(116,206,81); }
H1.HeaderClassName
{
color: #74CE51;
}
.AnyTagClassName
{
color: #74CE51;
}
</style>
background-color css
<style>
a { background-color: #74CE51; }
a { background-color: rgb(116,206,81); }
div.DivClassName
{
background-color: #74CE51;
}
.BgClassName
{
background-color: #74CE51;
}
</style>
border-color css
<style>
span { border-color: #74CE51; }
span { border-color: rgb(116,206,81); }
td.TdClassName
{
border-color: #74CE51;
}
.TagClassName
{
border-color: #74CE51;
}
</style>