Shades of De York #77D58D
Tints of De York #77D58D
RGB
CMYK
RGB Variations
Color information
#77D58D (or 0x77D58D) is known color: De York. HEX triplet: 77, D5 and 8D. RGB value is (119,213,141). Sum of RGB (Red+Green+Blue) = 119+213+141=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #77D58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D58D is #882A72. Grayscale: #B0B0B0. Windows color (decimal): -8923763 or 9295223. OLE color: 9295223.
HSL color Cylindrical-coordinate representation of color #77D58D: hue angle of 134.04º 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 #77D58D is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 213 | 141 | - |
| CMYK | 0.44 | 0 | 0.34 | 0.16 |
| HSL | 134.04º | 0.53% | 0.65% | - |
| HSV(B) | 134.04º | 0.44% | 0.84% | - |
| XYZ | 36.21 | 53.43 | 33.6 | - |
| YUV | 176.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 213 | 141 | 0.44 | 0 | 0.34 | 0.16 | 134.04 | 0.53 | 0.65 |
| Hex | 77 | D5 | 8D | 2C | 0 | 22 | 10 | 86 | 35 | 41 |
| Octal | 167 | 325 | 215 | 54 | 0 | 42 | 20 | 206 | 65 | 101 |
| Binary | 1110111 | 11010101 | 10001101 | 101100 | 0 | 100010 | 10000 | 10000110 | 110101 | 1000001 |
Color Harmonies of #77D58D
Complementary color
Monochromatic Colors of #77D58D
Black with #77D58D
Text Example
Text Example
White with #77D58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D58D; }
p { color: rgb(119,213,141); }
H1.HeaderClassName
{
color: #77D58D;
}
.AnyTagClassName
{
color: #77D58D;
}
</style>
background-color css
<style>
a { background-color: #77D58D; }
a { background-color: rgb(119,213,141); }
div.DivClassName
{
background-color: #77D58D;
}
.BgClassName
{
background-color: #77D58D;
}
</style>
border-color css
<style>
span { border-color: #77D58D; }
span { border-color: rgb(119,213,141); }
td.TdClassName
{
border-color: #77D58D;
}
.TagClassName
{
border-color: #77D58D;
}
</style>