Shades of De York #77D590
Tints of De York #77D590
RGB
CMYK
RGB Variations
Color information
#77D590 (or 0x77D590) is known color: De York. HEX triplet: 77, D5 and 90. RGB value is (119,213,144). Sum of RGB (Red+Green+Blue) = 119+213+144=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #77D590 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D590 is #882A6F. Grayscale: #B1B1B1. Windows color (decimal): -8923760 or 9491831. OLE color: 9491831.
HSL color Cylindrical-coordinate representation of color #77D590: hue angle of 135.96º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D590 is Cyan = 0.44, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 144 | - |
| CMYK | 0.44 | 0 | 0.32 | 0.16 |
| HSL | 135.96º | 0.53% | 0.65% | - |
| HSV(B) | 135.96º | 0.44% | 0.84% | - |
| XYZ | 36.44 | 53.52 | 34.8 | - |
| YUV | 177.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 144 | 0.44 | 0 | 0.32 | 0.16 | 135.96 | 0.53 | 0.65 |
| Hex | 77 | D5 | 90 | 2C | 0 | 20 | 10 | 88 | 35 | 41 |
| Octal | 167 | 325 | 220 | 54 | 0 | 40 | 20 | 210 | 65 | 101 |
| Binary | 1110111 | 11010101 | 10010000 | 101100 | 0 | 100000 | 10000 | 10001000 | 110101 | 1000001 |
Color Harmonies of #77D590
Complementary color
Monochromatic Colors of #77D590
Black with #77D590
Text Example
Text Example
White with #77D590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D590; }
p { color: rgb(119,213,144); }
H1.HeaderClassName
{
color: #77D590;
}
.AnyTagClassName
{
color: #77D590;
}
</style>
background-color css
<style>
a { background-color: #77D590; }
a { background-color: rgb(119,213,144); }
div.DivClassName
{
background-color: #77D590;
}
.BgClassName
{
background-color: #77D590;
}
</style>
border-color css
<style>
span { border-color: #77D590; }
span { border-color: rgb(119,213,144); }
td.TdClassName
{
border-color: #77D590;
}
.TagClassName
{
border-color: #77D590;
}
</style>