Shades of De York #76CC86
Tints of De York #76CC86
RGB
CMYK
RGB Variations
Color information
#76CC86 (or 0x76CC86) is known color: De York. HEX triplet: 76, CC and 86. RGB value is (118,204,134). Sum of RGB (Red+Green+Blue) = 118+204+134=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76CC86 is #893379. Grayscale: #AAAAAA. Windows color (decimal): -8991610 or 8834166. OLE color: 8834166.
HSL color Cylindrical-coordinate representation of color #76CC86: hue angle of 131.16º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CC86 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 134 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.2 |
| HSL | 131.16º | 0.46% | 0.63% | - |
| HSV(B) | 131.16º | 0.42% | 0.8% | - |
| XYZ | 33.37 | 48.76 | 30.21 | - |
| YUV | 170.31 | 107.51 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 134 | 0.42 | 0 | 0.34 | 0.2 | 131.16 | 0.46 | 0.63 |
| Hex | 76 | CC | 86 | 2A | 0 | 22 | 14 | 83 | 2E | 3F |
| Octal | 166 | 314 | 206 | 52 | 0 | 42 | 24 | 203 | 56 | 77 |
| Binary | 1110110 | 11001100 | 10000110 | 101010 | 0 | 100010 | 10100 | 10000011 | 101110 | 111111 |
Color Harmonies of #76CC86
Complementary color
Monochromatic Colors of #76CC86
Black with #76CC86
Text Example
Text Example
White with #76CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC86; }
p { color: rgb(118,204,134); }
H1.HeaderClassName
{
color: #76CC86;
}
.AnyTagClassName
{
color: #76CC86;
}
</style>
background-color css
<style>
a { background-color: #76CC86; }
a { background-color: rgb(118,204,134); }
div.DivClassName
{
background-color: #76CC86;
}
.BgClassName
{
background-color: #76CC86;
}
</style>
border-color css
<style>
span { border-color: #76CC86; }
span { border-color: rgb(118,204,134); }
td.TdClassName
{
border-color: #76CC86;
}
.TagClassName
{
border-color: #76CC86;
}
</style>