Shades of Mantis #76CE44
Tints of Mantis #76CE44
RGB
CMYK
RGB Variations
Color information
#76CE44 (or 0x76CE44) is known color: Mantis. HEX triplet: 76, CE and 44. RGB value is (118,206,68). Sum of RGB (Red+Green+Blue) = 118+206+68=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 68 (26.95% from 255 or 17.35% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CE44 is #8931BB. Grayscale: #A4A4A4. Windows color (decimal): -8991164 or 4509302. OLE color: 4509302.
HSL color Cylindrical-coordinate representation of color #76CE44: hue angle of 98.26º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76CE44 is Cyan = 0.43, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 68 | - |
| CMYK | 0.43 | 0 | 0.67 | 0.19 |
| HSL | 98.26º | 0.58% | 0.54% | - |
| HSV(B) | 98.26º | 0.67% | 0.81% | - |
| XYZ | 30.59 | 48.41 | 13.2 | - |
| YUV | 163.96 | 73.85 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 68 | 0.43 | 0 | 0.67 | 0.19 | 98.26 | 0.58 | 0.54 |
| Hex | 76 | CE | 44 | 2B | 0 | 43 | 13 | 62 | 3A | 36 |
| Octal | 166 | 316 | 104 | 53 | 0 | 103 | 23 | 142 | 72 | 66 |
| Binary | 1110110 | 11001110 | 1000100 | 101011 | 0 | 1000011 | 10011 | 1100010 | 111010 | 110110 |
Color Harmonies of #76CE44
Complementary color
Monochromatic Colors of #76CE44
Black with #76CE44
Text Example
Text Example
White with #76CE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE44; }
p { color: rgb(118,206,68); }
H1.HeaderClassName
{
color: #76CE44;
}
.AnyTagClassName
{
color: #76CE44;
}
</style>
background-color css
<style>
a { background-color: #76CE44; }
a { background-color: rgb(118,206,68); }
div.DivClassName
{
background-color: #76CE44;
}
.BgClassName
{
background-color: #76CE44;
}
</style>
border-color css
<style>
span { border-color: #76CE44; }
span { border-color: rgb(118,206,68); }
td.TdClassName
{
border-color: #76CE44;
}
.TagClassName
{
border-color: #76CE44;
}
</style>