Shades of Mantis #76CE53
Tints of Mantis #76CE53
RGB
CMYK
RGB Variations
Color information
#76CE53 (or 0x76CE53) is known color: Mantis. HEX triplet: 76, CE and 53. RGB value is (118,206,83). Sum of RGB (Red+Green+Blue) = 118+206+83=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 83 (32.81% from 255 or 20.39% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE53 is #8931AC. Grayscale: #A6A6A6. Windows color (decimal): -8991149 or 5492342. OLE color: 5492342.
HSL color Cylindrical-coordinate representation of color #76CE53: hue angle of 102.93º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76CE53 is Cyan = 0.43, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 83 | - |
| CMYK | 0.43 | 0 | 0.60 | 0.19 |
| HSL | 102.93º | 0.56% | 0.57% | - |
| HSV(B) | 102.93º | 0.6% | 0.81% | - |
| XYZ | 31.1 | 48.62 | 15.93 | - |
| YUV | 165.67 | 81.35 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 83 | 0.43 | 0 | 0.60 | 0.19 | 102.93 | 0.56 | 0.57 |
| Hex | 76 | CE | 53 | 2B | 0 | 3C | 13 | 67 | 38 | 39 |
| Octal | 166 | 316 | 123 | 53 | 0 | 74 | 23 | 147 | 70 | 71 |
| Binary | 1110110 | 11001110 | 1010011 | 101011 | 0 | 111100 | 10011 | 1100111 | 111000 | 111001 |
Color Harmonies of #76CE53
Complementary color
Monochromatic Colors of #76CE53
Black with #76CE53
Text Example
Text Example
White with #76CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE53; }
p { color: rgb(118,206,83); }
H1.HeaderClassName
{
color: #76CE53;
}
.AnyTagClassName
{
color: #76CE53;
}
</style>
background-color css
<style>
a { background-color: #76CE53; }
a { background-color: rgb(118,206,83); }
div.DivClassName
{
background-color: #76CE53;
}
.BgClassName
{
background-color: #76CE53;
}
</style>
border-color css
<style>
span { border-color: #76CE53; }
span { border-color: rgb(118,206,83); }
td.TdClassName
{
border-color: #76CE53;
}
.TagClassName
{
border-color: #76CE53;
}
</style>