Shades of De York #77C57F
Tints of De York #77C57F
RGB
CMYK
RGB Variations
Color information
#77C57F (or 0x77C57F) is known color: De York. HEX triplet: 77, C5 and 7F. RGB value is (119,197,127). Sum of RGB (Red+Green+Blue) = 119+197+127=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #77C57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C57F is #883A80. Grayscale: #A5A5A5. Windows color (decimal): -8927873 or 8373623. OLE color: 8373623.
HSL color Cylindrical-coordinate representation of color #77C57F: hue angle of 126.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C57F is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 127 | - |
| CMYK | 0.40 | 0 | 0.36 | 0.23 |
| HSL | 126.15º | 0.4% | 0.62% | - |
| HSV(B) | 126.15º | 0.4% | 0.77% | - |
| XYZ | 31.4 | 45.39 | 27.18 | - |
| YUV | 165.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 127 | 0.40 | 0 | 0.36 | 0.23 | 126.15 | 0.4 | 0.62 |
| Hex | 77 | C5 | 7F | 28 | 0 | 24 | 17 | 7E | 28 | 3E |
| Octal | 167 | 305 | 177 | 50 | 0 | 44 | 27 | 176 | 50 | 76 |
| Binary | 1110111 | 11000101 | 1111111 | 101000 | 0 | 100100 | 10111 | 1111110 | 101000 | 111110 |
Color Harmonies of #77C57F
Complementary color
Monochromatic Colors of #77C57F
Black with #77C57F
Text Example
Text Example
White with #77C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C57F; }
p { color: rgb(119,197,127); }
H1.HeaderClassName
{
color: #77C57F;
}
.AnyTagClassName
{
color: #77C57F;
}
</style>
background-color css
<style>
a { background-color: #77C57F; }
a { background-color: rgb(119,197,127); }
div.DivClassName
{
background-color: #77C57F;
}
.BgClassName
{
background-color: #77C57F;
}
</style>
border-color css
<style>
span { border-color: #77C57F; }
span { border-color: rgb(119,197,127); }
td.TdClassName
{
border-color: #77C57F;
}
.TagClassName
{
border-color: #77C57F;
}
</style>