Shades of Mantis #76CE66
Tints of Mantis #76CE66
RGB
CMYK
RGB Variations
Color information
#76CE66 (or 0x76CE66) is known color: Mantis. HEX triplet: 76, CE and 66. RGB value is (118,206,102). Sum of RGB (Red+Green+Blue) = 118+206+102=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE66 is #893199. Grayscale: #A8A8A8. Windows color (decimal): -8991130 or 6737526. OLE color: 6737526.
HSL color Cylindrical-coordinate representation of color #76CE66: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CE66 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 102 | - |
| CMYK | 0.43 | 0 | 0.50 | 0.19 |
| HSL | 110.77º | 0.51% | 0.6% | - |
| HSV(B) | 110.77º | 0.5% | 0.81% | - |
| XYZ | 31.94 | 48.95 | 20.34 | - |
| YUV | 167.83 | 90.85 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 102 | 0.43 | 0 | 0.50 | 0.19 | 110.77 | 0.51 | 0.6 |
| Hex | 76 | CE | 66 | 2B | 0 | 32 | 13 | 6F | 33 | 3C |
| Octal | 166 | 316 | 146 | 53 | 0 | 62 | 23 | 157 | 63 | 74 |
| Binary | 1110110 | 11001110 | 1100110 | 101011 | 0 | 110010 | 10011 | 1101111 | 110011 | 111100 |
Color Harmonies of #76CE66
Complementary color
Monochromatic Colors of #76CE66
Black with #76CE66
Text Example
Text Example
White with #76CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE66; }
p { color: rgb(118,206,102); }
H1.HeaderClassName
{
color: #76CE66;
}
.AnyTagClassName
{
color: #76CE66;
}
</style>
background-color css
<style>
a { background-color: #76CE66; }
a { background-color: rgb(118,206,102); }
div.DivClassName
{
background-color: #76CE66;
}
.BgClassName
{
background-color: #76CE66;
}
</style>
border-color css
<style>
span { border-color: #76CE66; }
span { border-color: rgb(118,206,102); }
td.TdClassName
{
border-color: #76CE66;
}
.TagClassName
{
border-color: #76CE66;
}
</style>