Shades of De York #76C580
Tints of De York #76C580
RGB
CMYK
RGB Variations
Color information
#76C580 (or 0x76C580) is known color: De York. HEX triplet: 76, C5 and 80. RGB value is (118,197,128). Sum of RGB (Red+Green+Blue) = 118+197+128=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #76C580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C580 is #893A7F. Grayscale: #A5A5A5. Windows color (decimal): -8993408 or 8439158. OLE color: 8439158.
HSL color Cylindrical-coordinate representation of color #76C580: hue angle of 127.59º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C580 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 118 | 197 | 128 | - |
| CMYK | 0.40 | 0 | 0.35 | 0.23 |
| HSL | 127.59º | 0.41% | 0.62% | - |
| HSV(B) | 127.59º | 0.4% | 0.77% | - |
| XYZ | 31.33 | 45.34 | 27.52 | - |
| YUV | 165.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 197 | 128 | 0.40 | 0 | 0.35 | 0.23 | 127.59 | 0.41 | 0.62 |
| Hex | 76 | C5 | 80 | 28 | 0 | 23 | 17 | 80 | 29 | 3E |
| Octal | 166 | 305 | 200 | 50 | 0 | 43 | 27 | 200 | 51 | 76 |
| Binary | 1110110 | 11000101 | 10000000 | 101000 | 0 | 100011 | 10111 | 10000000 | 101001 | 111110 |
Color Harmonies of #76C580
Complementary color
Monochromatic Colors of #76C580
Black with #76C580
Text Example
Text Example
White with #76C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C580; }
p { color: rgb(118,197,128); }
H1.HeaderClassName
{
color: #76C580;
}
.AnyTagClassName
{
color: #76C580;
}
</style>
background-color css
<style>
a { background-color: #76C580; }
a { background-color: rgb(118,197,128); }
div.DivClassName
{
background-color: #76C580;
}
.BgClassName
{
background-color: #76C580;
}
</style>
border-color css
<style>
span { border-color: #76C580; }
span { border-color: rgb(118,197,128); }
td.TdClassName
{
border-color: #76C580;
}
.TagClassName
{
border-color: #76C580;
}
</style>