Shades of De York #76C984
Tints of De York #76C984
RGB
CMYK
RGB Variations
Color information
#76C984 (or 0x76C984) is known color: De York. HEX triplet: 76, C9 and 84. RGB value is (118,201,132). Sum of RGB (Red+Green+Blue) = 118+201+132=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 201 (78.91% from 255 or 44.57% from 451); Blue value is 132 (51.95% from 255 or 29.27% from 451); Max value from RGB is 201 - color contains mainly: green. Hex color #76C984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C984 is #89367B. Grayscale: #A8A8A8. Windows color (decimal): -8992380 or 8702326. OLE color: 8702326.
HSL color Cylindrical-coordinate representation of color #76C984: hue angle of 130.12º 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 #76C984 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 132 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.21 |
| HSL | 130.12º | 0.43% | 0.63% | - |
| HSV(B) | 130.12º | 0.41% | 0.79% | - |
| XYZ | 32.52 | 47.29 | 29.24 | - |
| YUV | 168.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 132 | 0.41 | 0 | 0.34 | 0.21 | 130.12 | 0.43 | 0.63 |
| Hex | 76 | C9 | 84 | 29 | 0 | 22 | 15 | 82 | 2B | 3F |
| Octal | 166 | 311 | 204 | 51 | 0 | 42 | 25 | 202 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10000100 | 101001 | 0 | 100010 | 10101 | 10000010 | 101011 | 111111 |
Color Harmonies of #76C984
Complementary color
Monochromatic Colors of #76C984
Black with #76C984
Text Example
Text Example
White with #76C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C984; }
p { color: rgb(118,201,132); }
H1.HeaderClassName
{
color: #76C984;
}
.AnyTagClassName
{
color: #76C984;
}
</style>
background-color css
<style>
a { background-color: #76C984; }
a { background-color: rgb(118,201,132); }
div.DivClassName
{
background-color: #76C984;
}
.BgClassName
{
background-color: #76C984;
}
</style>
border-color css
<style>
span { border-color: #76C984; }
span { border-color: rgb(118,201,132); }
td.TdClassName
{
border-color: #76C984;
}
.TagClassName
{
border-color: #76C984;
}
</style>