Shades of De York #77CD89
Tints of De York #77CD89
RGB
CMYK
RGB Variations
Color information
#77CD89 (or 0x77CD89) is known color: De York. HEX triplet: 77, CD and 89. RGB value is (119,205,137). Sum of RGB (Red+Green+Blue) = 119+205+137=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77CD89 is #883276. Grayscale: #ABABAB. Windows color (decimal): -8925815 or 9031031. OLE color: 9031031.
HSL color Cylindrical-coordinate representation of color #77CD89: hue angle of 132.56º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CD89 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 137 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.20 |
| HSL | 132.56º | 0.46% | 0.64% | - |
| HSV(B) | 132.56º | 0.42% | 0.8% | - |
| XYZ | 33.95 | 49.39 | 31.41 | - |
| YUV | 171.53 | 108.51 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 137 | 0.42 | 0 | 0.33 | 0.20 | 132.56 | 0.46 | 0.64 |
| Hex | 77 | CD | 89 | 2A | 0 | 21 | 14 | 85 | 2E | 40 |
| Octal | 167 | 315 | 211 | 52 | 0 | 41 | 24 | 205 | 56 | 100 |
| Binary | 1110111 | 11001101 | 10001001 | 101010 | 0 | 100001 | 10100 | 10000101 | 101110 | 1000000 |
Color Harmonies of #77CD89
Complementary color
Monochromatic Colors of #77CD89
Black with #77CD89
Text Example
Text Example
White with #77CD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CD89; }
p { color: rgb(119,205,137); }
H1.HeaderClassName
{
color: #77CD89;
}
.AnyTagClassName
{
color: #77CD89;
}
</style>
background-color css
<style>
a { background-color: #77CD89; }
a { background-color: rgb(119,205,137); }
div.DivClassName
{
background-color: #77CD89;
}
.BgClassName
{
background-color: #77CD89;
}
</style>
border-color css
<style>
span { border-color: #77CD89; }
span { border-color: rgb(119,205,137); }
td.TdClassName
{
border-color: #77CD89;
}
.TagClassName
{
border-color: #77CD89;
}
</style>