Shades of De York #76D68E
Tints of De York #76D68E
RGB
CMYK
RGB Variations
Color information
#76D68E (or 0x76D68E) is known color: De York. HEX triplet: 76, D6 and 8E. RGB value is (118,214,142). Sum of RGB (Red+Green+Blue) = 118+214+142=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #76D68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D68E is #892971. Grayscale: #B1B1B1. Windows color (decimal): -8989042 or 9361014. OLE color: 9361014.
HSL color Cylindrical-coordinate representation of color #76D68E: hue angle of 135º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76D68E is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 142 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.16 |
| HSL | 135º | 0.54% | 0.65% | - |
| HSV(B) | 135º | 0.45% | 0.84% | - |
| XYZ | 36.4 | 53.9 | 34.08 | - |
| YUV | 177.09 | 108.2 | 85.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 142 | 0.45 | 0 | 0.34 | 0.16 | 135 | 0.54 | 0.65 |
| Hex | 76 | D6 | 8E | 2D | 0 | 22 | 10 | 87 | 36 | 41 |
| Octal | 166 | 326 | 216 | 55 | 0 | 42 | 20 | 207 | 66 | 101 |
| Binary | 1110110 | 11010110 | 10001110 | 101101 | 0 | 100010 | 10000 | 10000111 | 110110 | 1000001 |
Color Harmonies of #76D68E
Complementary color
Monochromatic Colors of #76D68E
Black with #76D68E
Text Example
Text Example
White with #76D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D68E; }
p { color: rgb(118,214,142); }
H1.HeaderClassName
{
color: #76D68E;
}
.AnyTagClassName
{
color: #76D68E;
}
</style>
background-color css
<style>
a { background-color: #76D68E; }
a { background-color: rgb(118,214,142); }
div.DivClassName
{
background-color: #76D68E;
}
.BgClassName
{
background-color: #76D68E;
}
</style>
border-color css
<style>
span { border-color: #76D68E; }
span { border-color: rgb(118,214,142); }
td.TdClassName
{
border-color: #76D68E;
}
.TagClassName
{
border-color: #76D68E;
}
</style>