Shades of De York #76D590
Tints of De York #76D590
RGB
CMYK
RGB Variations
Color information
#76D590 (or 0x76D590) is known color: De York. HEX triplet: 76, D5 and 90. RGB value is (118,213,144). Sum of RGB (Red+Green+Blue) = 118+213+144=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #76D590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D590 is #892A6F. Grayscale: #B0B0B0. Windows color (decimal): -8989296 or 9491830. OLE color: 9491830.
HSL color Cylindrical-coordinate representation of color #76D590: hue angle of 136.42º degrees, saturation: 0.53, 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 #76D590 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 144 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.16 |
| HSL | 136.42º | 0.53% | 0.65% | - |
| HSV(B) | 136.42º | 0.45% | 0.84% | - |
| XYZ | 36.3 | 53.45 | 34.79 | - |
| YUV | 176.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 144 | 0.45 | 0 | 0.32 | 0.16 | 136.42 | 0.53 | 0.65 |
| Hex | 76 | D5 | 90 | 2D | 0 | 20 | 10 | 88 | 35 | 41 |
| Octal | 166 | 325 | 220 | 55 | 0 | 40 | 20 | 210 | 65 | 101 |
| Binary | 1110110 | 11010101 | 10010000 | 101101 | 0 | 100000 | 10000 | 10001000 | 110101 | 1000001 |
Color Harmonies of #76D590
Complementary color
Monochromatic Colors of #76D590
Black with #76D590
Text Example
Text Example
White with #76D590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D590; }
p { color: rgb(118,213,144); }
H1.HeaderClassName
{
color: #76D590;
}
.AnyTagClassName
{
color: #76D590;
}
</style>
background-color css
<style>
a { background-color: #76D590; }
a { background-color: rgb(118,213,144); }
div.DivClassName
{
background-color: #76D590;
}
.BgClassName
{
background-color: #76D590;
}
</style>
border-color css
<style>
span { border-color: #76D590; }
span { border-color: rgb(118,213,144); }
td.TdClassName
{
border-color: #76D590;
}
.TagClassName
{
border-color: #76D590;
}
</style>