Shades of Mantis #76DF50
Tints of Mantis #76DF50
RGB
CMYK
RGB Variations
Color information
#76DF50 (or 0x76DF50) is known color: Mantis. HEX triplet: 76, DF and 50. RGB value is (118,223,80). Sum of RGB (Red+Green+Blue) = 118+223+80=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DF50 is #8920AF. Grayscale: #AFAFAF. Windows color (decimal): -8986800 or 5300086. OLE color: 5300086.
HSL color Cylindrical-coordinate representation of color #76DF50: hue angle of 104.06º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76DF50 is Cyan = 0.47, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 80 | - |
| CMYK | 0.47 | 0 | 0.64 | 0.13 |
| HSL | 104.06º | 0.69% | 0.59% | - |
| HSV(B) | 104.06º | 0.64% | 0.87% | - |
| XYZ | 35.31 | 57.21 | 16.77 | - |
| YUV | 175.3 | 74.21 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 80 | 0.47 | 0 | 0.64 | 0.13 | 104.06 | 0.69 | 0.59 |
| Hex | 76 | DF | 50 | 2F | 0 | 40 | D | 68 | 45 | 3B |
| Octal | 166 | 337 | 120 | 57 | 0 | 100 | 15 | 150 | 105 | 73 |
| Binary | 1110110 | 11011111 | 1010000 | 101111 | 0 | 1000000 | 1101 | 1101000 | 1000101 | 111011 |
Color Harmonies of #76DF50
Complementary color
Monochromatic Colors of #76DF50
Black with #76DF50
Text Example
Text Example
White with #76DF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF50; }
p { color: rgb(118,223,80); }
H1.HeaderClassName
{
color: #76DF50;
}
.AnyTagClassName
{
color: #76DF50;
}
</style>
background-color css
<style>
a { background-color: #76DF50; }
a { background-color: rgb(118,223,80); }
div.DivClassName
{
background-color: #76DF50;
}
.BgClassName
{
background-color: #76DF50;
}
</style>
border-color css
<style>
span { border-color: #76DF50; }
span { border-color: rgb(118,223,80); }
td.TdClassName
{
border-color: #76DF50;
}
.TagClassName
{
border-color: #76DF50;
}
</style>