Shades of De York #80B77E
Tints of De York #80B77E
RGB
CMYK
RGB Variations
Color information
#80B77E (or 0x80B77E) is known color: De York. HEX triplet: 80, B7 and 7E. RGB value is (128,183,126). Sum of RGB (Red+Green+Blue) = 128+183+126=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 126 (49.61% from 255 or 28.83% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #80B77E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B77E is #7F4881. Grayscale: #A0A0A0. Windows color (decimal): -8341634 or 8304512. OLE color: 8304512.
HSL color Cylindrical-coordinate representation of color #80B77E: hue angle of 117.89º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80B77E is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 183 | 126 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.28 |
| HSL | 117.89º | 0.28% | 0.61% | - |
| HSV(B) | 117.89º | 0.31% | 0.72% | - |
| XYZ | 29.6 | 39.96 | 25.89 | - |
| YUV | 160.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 183 | 126 | 0.30 | 0 | 0.31 | 0.28 | 117.89 | 0.28 | 0.61 |
| Hex | 80 | B7 | 7E | 1E | 0 | 1F | 1C | 76 | 1C | 3D |
| Octal | 200 | 267 | 176 | 36 | 0 | 37 | 34 | 166 | 34 | 75 |
| Binary | 10000000 | 10110111 | 1111110 | 11110 | 0 | 11111 | 11100 | 1110110 | 11100 | 111101 |
Color Harmonies of #80B77E
Complementary color
Monochromatic Colors of #80B77E
Black with #80B77E
Text Example
Text Example
White with #80B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B77E; }
p { color: rgb(128,183,126); }
H1.HeaderClassName
{
color: #80B77E;
}
.AnyTagClassName
{
color: #80B77E;
}
</style>
background-color css
<style>
a { background-color: #80B77E; }
a { background-color: rgb(128,183,126); }
div.DivClassName
{
background-color: #80B77E;
}
.BgClassName
{
background-color: #80B77E;
}
</style>
border-color css
<style>
span { border-color: #80B77E; }
span { border-color: rgb(128,183,126); }
td.TdClassName
{
border-color: #80B77E;
}
.TagClassName
{
border-color: #80B77E;
}
</style>