Shades of De York #77C57C
Tints of De York #77C57C
RGB
CMYK
RGB Variations
Color information
#77C57C (or 0x77C57C) is known color: De York. HEX triplet: 77, C5 and 7C. RGB value is (119,197,124). Sum of RGB (Red+Green+Blue) = 119+197+124=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 197 (77.34% from 255 or 44.77% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 197 - color contains mainly: green. Hex color #77C57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C57C is #883A83. Grayscale: #A5A5A5. Windows color (decimal): -8927876 or 8177015. OLE color: 8177015.
HSL color Cylindrical-coordinate representation of color #77C57C: hue angle of 123.85º 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 #77C57C is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 197 | 124 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.23 |
| HSL | 123.85º | 0.4% | 0.62% | - |
| HSV(B) | 123.85º | 0.4% | 0.77% | - |
| XYZ | 31.21 | 45.31 | 26.17 | - |
| YUV | 165.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 197 | 124 | 0.40 | 0 | 0.37 | 0.23 | 123.85 | 0.4 | 0.62 |
| Hex | 77 | C5 | 7C | 28 | 0 | 25 | 17 | 7C | 28 | 3E |
| Octal | 167 | 305 | 174 | 50 | 0 | 45 | 27 | 174 | 50 | 76 |
| Binary | 1110111 | 11000101 | 1111100 | 101000 | 0 | 100101 | 10111 | 1111100 | 101000 | 111110 |
Color Harmonies of #77C57C
Complementary color
Monochromatic Colors of #77C57C
Black with #77C57C
Text Example
Text Example
White with #77C57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C57C; }
p { color: rgb(119,197,124); }
H1.HeaderClassName
{
color: #77C57C;
}
.AnyTagClassName
{
color: #77C57C;
}
</style>
background-color css
<style>
a { background-color: #77C57C; }
a { background-color: rgb(119,197,124); }
div.DivClassName
{
background-color: #77C57C;
}
.BgClassName
{
background-color: #77C57C;
}
</style>
border-color css
<style>
span { border-color: #77C57C; }
span { border-color: rgb(119,197,124); }
td.TdClassName
{
border-color: #77C57C;
}
.TagClassName
{
border-color: #77C57C;
}
</style>