Shades of De York #80B77D
Tints of De York #80B77D
RGB
CMYK
RGB Variations
Color information
#80B77D (or 0x80B77D) is known color: De York. HEX triplet: 80, B7 and 7D. RGB value is (128,183,125). Sum of RGB (Red+Green+Blue) = 128+183+125=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #80B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B77D is #7F4882. Grayscale: #A0A0A0. Windows color (decimal): -8341635 or 8238976. OLE color: 8238976.
HSL color Cylindrical-coordinate representation of color #80B77D: hue angle of 116.9º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80B77D is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 125 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.28 |
| HSL | 116.9º | 0.29% | 0.6% | - |
| HSV(B) | 116.9º | 0.32% | 0.72% | - |
| XYZ | 29.54 | 39.94 | 25.55 | - |
| YUV | 159.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 125 | 0.30 | 0 | 0.32 | 0.28 | 116.9 | 0.29 | 0.6 |
| Hex | 80 | B7 | 7D | 1E | 0 | 20 | 1C | 75 | 1D | 3C |
| Octal | 200 | 267 | 175 | 36 | 0 | 40 | 34 | 165 | 35 | 74 |
| Binary | 10000000 | 10110111 | 1111101 | 11110 | 0 | 100000 | 11100 | 1110101 | 11101 | 111100 |
Color Harmonies of #80B77D
Complementary color
Monochromatic Colors of #80B77D
Black with #80B77D
Text Example
Text Example
White with #80B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B77D; }
p { color: rgb(128,183,125); }
H1.HeaderClassName
{
color: #80B77D;
}
.AnyTagClassName
{
color: #80B77D;
}
</style>
background-color css
<style>
a { background-color: #80B77D; }
a { background-color: rgb(128,183,125); }
div.DivClassName
{
background-color: #80B77D;
}
.BgClassName
{
background-color: #80B77D;
}
</style>
border-color css
<style>
span { border-color: #80B77D; }
span { border-color: rgb(128,183,125); }
td.TdClassName
{
border-color: #80B77D;
}
.TagClassName
{
border-color: #80B77D;
}
</style>