Shades of De York #77D78D
Tints of De York #77D78D
RGB
CMYK
RGB Variations
Color information
#77D78D (or 0x77D78D) is known color: De York. HEX triplet: 77, D7 and 8D. RGB value is (119,215,141). Sum of RGB (Red+Green+Blue) = 119+215+141=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #77D78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D78D is #882872. Grayscale: #B2B2B2. Windows color (decimal): -8923251 or 9295735. OLE color: 9295735.
HSL color Cylindrical-coordinate representation of color #77D78D: hue angle of 133.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D78D is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 119 | 215 | 141 | - |
| CMYK | 0.45 | 0 | 0.34 | 0.16 |
| HSL | 133.75º | 0.55% | 0.65% | - |
| HSV(B) | 133.75º | 0.45% | 0.84% | - |
| XYZ | 36.72 | 54.45 | 33.77 | - |
| YUV | 177.86 | 107.2 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 215 | 141 | 0.45 | 0 | 0.34 | 0.16 | 133.75 | 0.55 | 0.65 |
| Hex | 77 | D7 | 8D | 2D | 0 | 22 | 10 | 86 | 37 | 41 |
| Octal | 167 | 327 | 215 | 55 | 0 | 42 | 20 | 206 | 67 | 101 |
| Binary | 1110111 | 11010111 | 10001101 | 101101 | 0 | 100010 | 10000 | 10000110 | 110111 | 1000001 |
Color Harmonies of #77D78D
Complementary color
Monochromatic Colors of #77D78D
Black with #77D78D
Text Example
Text Example
White with #77D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77D78D; }
p { color: rgb(119,215,141); }
H1.HeaderClassName
{
color: #77D78D;
}
.AnyTagClassName
{
color: #77D78D;
}
</style>
background-color css
<style>
a { background-color: #77D78D; }
a { background-color: rgb(119,215,141); }
div.DivClassName
{
background-color: #77D78D;
}
.BgClassName
{
background-color: #77D78D;
}
</style>
border-color css
<style>
span { border-color: #77D78D; }
span { border-color: rgb(119,215,141); }
td.TdClassName
{
border-color: #77D78D;
}
.TagClassName
{
border-color: #77D78D;
}
</style>