Shades of De York #77C37F
Tints of De York #77C37F
RGB
CMYK
RGB Variations
Color information
#77C37F (or 0x77C37F) is known color: De York. HEX triplet: 77, C3 and 7F. RGB value is (119,195,127). Sum of RGB (Red+Green+Blue) = 119+195+127=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #77C37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77C37F is #883C80. Grayscale: #A4A4A4. Windows color (decimal): -8928385 or 8373111. OLE color: 8373111.
HSL color Cylindrical-coordinate representation of color #77C37F: hue angle of 126.32º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C37F is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 195 | 127 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.24 |
| HSL | 126.32º | 0.39% | 0.62% | - |
| HSV(B) | 126.32º | 0.39% | 0.76% | - |
| XYZ | 30.95 | 44.48 | 27.03 | - |
| YUV | 164.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 195 | 127 | 0.39 | 0 | 0.35 | 0.24 | 126.32 | 0.39 | 0.62 |
| Hex | 77 | C3 | 7F | 27 | 0 | 23 | 18 | 7E | 27 | 3E |
| Octal | 167 | 303 | 177 | 47 | 0 | 43 | 30 | 176 | 47 | 76 |
| Binary | 1110111 | 11000011 | 1111111 | 100111 | 0 | 100011 | 11000 | 1111110 | 100111 | 111110 |
Color Harmonies of #77C37F
Complementary color
Monochromatic Colors of #77C37F
Black with #77C37F
Text Example
Text Example
White with #77C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C37F; }
p { color: rgb(119,195,127); }
H1.HeaderClassName
{
color: #77C37F;
}
.AnyTagClassName
{
color: #77C37F;
}
</style>
background-color css
<style>
a { background-color: #77C37F; }
a { background-color: rgb(119,195,127); }
div.DivClassName
{
background-color: #77C37F;
}
.BgClassName
{
background-color: #77C37F;
}
</style>
border-color css
<style>
span { border-color: #77C37F; }
span { border-color: rgb(119,195,127); }
td.TdClassName
{
border-color: #77C37F;
}
.TagClassName
{
border-color: #77C37F;
}
</style>