Shades of De York #77D592
Tints of De York #77D592
RGB
CMYK
RGB Variations
Color information
#77D592 (or 0x77D592) is known color: De York. HEX triplet: 77, D5 and 92. RGB value is (119,213,146). Sum of RGB (Red+Green+Blue) = 119+213+146=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #77D592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D592 is #882A6D. Grayscale: #B1B1B1. Windows color (decimal): -8923758 or 9622903. OLE color: 9622903.
HSL color Cylindrical-coordinate representation of color #77D592: hue angle of 137.23º 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 #77D592 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 146 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.16 |
| HSL | 137.23º | 0.53% | 0.65% | - |
| HSV(B) | 137.23º | 0.44% | 0.84% | - |
| XYZ | 36.59 | 53.59 | 35.61 | - |
| YUV | 177.26 | 110.36 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 146 | 0.44 | 0 | 0.31 | 0.16 | 137.23 | 0.53 | 0.65 |
| Hex | 77 | D5 | 92 | 2C | 0 | 1F | 10 | 89 | 35 | 41 |
| Octal | 167 | 325 | 222 | 54 | 0 | 37 | 20 | 211 | 65 | 101 |
| Binary | 1110111 | 11010101 | 10010010 | 101100 | 0 | 11111 | 10000 | 10001001 | 110101 | 1000001 |
Color Harmonies of #77D592
Complementary color
Monochromatic Colors of #77D592
Black with #77D592
Text Example
Text Example
White with #77D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D592; }
p { color: rgb(119,213,146); }
H1.HeaderClassName
{
color: #77D592;
}
.AnyTagClassName
{
color: #77D592;
}
</style>
background-color css
<style>
a { background-color: #77D592; }
a { background-color: rgb(119,213,146); }
div.DivClassName
{
background-color: #77D592;
}
.BgClassName
{
background-color: #77D592;
}
</style>
border-color css
<style>
span { border-color: #77D592; }
span { border-color: rgb(119,213,146); }
td.TdClassName
{
border-color: #77D592;
}
.TagClassName
{
border-color: #77D592;
}
</style>