Shades of De York #76D790
Tints of De York #76D790
RGB
CMYK
RGB Variations
Color information
#76D790 (or 0x76D790) is known color: De York. HEX triplet: 76, D7 and 90. RGB value is (118,215,144). Sum of RGB (Red+Green+Blue) = 118+215+144=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #76D790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D790 is #89286F. Grayscale: #B2B2B2. Windows color (decimal): -8988784 or 9492342. OLE color: 9492342.
HSL color Cylindrical-coordinate representation of color #76D790: hue angle of 136.08º degrees, saturation: 0.55, 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 #76D790 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 215 | 144 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.16 |
| HSL | 136.08º | 0.55% | 0.65% | - |
| HSV(B) | 136.08º | 0.45% | 0.84% | - |
| XYZ | 36.81 | 54.47 | 34.96 | - |
| YUV | 177.9 | 108.86 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 144 | 0.45 | 0 | 0.33 | 0.16 | 136.08 | 0.55 | 0.65 |
| Hex | 76 | D7 | 90 | 2D | 0 | 21 | 10 | 88 | 37 | 41 |
| Octal | 166 | 327 | 220 | 55 | 0 | 41 | 20 | 210 | 67 | 101 |
| Binary | 1110110 | 11010111 | 10010000 | 101101 | 0 | 100001 | 10000 | 10001000 | 110111 | 1000001 |
Color Harmonies of #76D790
Complementary color
Monochromatic Colors of #76D790
Black with #76D790
Text Example
Text Example
White with #76D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D790; }
p { color: rgb(118,215,144); }
H1.HeaderClassName
{
color: #76D790;
}
.AnyTagClassName
{
color: #76D790;
}
</style>
background-color css
<style>
a { background-color: #76D790; }
a { background-color: rgb(118,215,144); }
div.DivClassName
{
background-color: #76D790;
}
.BgClassName
{
background-color: #76D790;
}
</style>
border-color css
<style>
span { border-color: #76D790; }
span { border-color: rgb(118,215,144); }
td.TdClassName
{
border-color: #76D790;
}
.TagClassName
{
border-color: #76D790;
}
</style>