Shades of De York #76C980
Tints of De York #76C980
RGB
CMYK
RGB Variations
Color information
#76C980 (or 0x76C980) is known color: De York. HEX triplet: 76, C9 and 80. RGB value is (118,201,128). Sum of RGB (Red+Green+Blue) = 118+201+128=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #76C980 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C980 is #89367F. Grayscale: #A8A8A8. Windows color (decimal): -8992384 or 8440182. OLE color: 8440182.
HSL color Cylindrical-coordinate representation of color #76C980: hue angle of 127.23º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C980 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 128 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.21 |
| HSL | 127.23º | 0.43% | 0.63% | - |
| HSV(B) | 127.23º | 0.41% | 0.79% | - |
| XYZ | 32.25 | 47.18 | 27.83 | - |
| YUV | 167.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 128 | 0.41 | 0 | 0.36 | 0.21 | 127.23 | 0.43 | 0.63 |
| Hex | 76 | C9 | 80 | 29 | 0 | 24 | 15 | 7F | 2B | 3F |
| Octal | 166 | 311 | 200 | 51 | 0 | 44 | 25 | 177 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10000000 | 101001 | 0 | 100100 | 10101 | 1111111 | 101011 | 111111 |
Color Harmonies of #76C980
Complementary color
Monochromatic Colors of #76C980
Black with #76C980
Text Example
Text Example
White with #76C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C980; }
p { color: rgb(118,201,128); }
H1.HeaderClassName
{
color: #76C980;
}
.AnyTagClassName
{
color: #76C980;
}
</style>
background-color css
<style>
a { background-color: #76C980; }
a { background-color: rgb(118,201,128); }
div.DivClassName
{
background-color: #76C980;
}
.BgClassName
{
background-color: #76C980;
}
</style>
border-color css
<style>
span { border-color: #76C980; }
span { border-color: rgb(118,201,128); }
td.TdClassName
{
border-color: #76C980;
}
.TagClassName
{
border-color: #76C980;
}
</style>