Shades of De York #80C679
Tints of De York #80C679
RGB
CMYK
RGB Variations
Color information
#80C679 (or 0x80C679) is known color: De York. HEX triplet: 80, C6 and 79. RGB value is (128,198,121). Sum of RGB (Red+Green+Blue) = 128+198+121=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #80C679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C679 is #7F3986. Grayscale: #A8A8A8. Windows color (decimal): -8337799 or 7980672. OLE color: 7980672.
HSL color Cylindrical-coordinate representation of color #80C679: hue angle of 114.55º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80C679 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 121 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.22 |
| HSL | 114.55º | 0.4% | 0.63% | - |
| HSV(B) | 114.55º | 0.39% | 0.78% | - |
| XYZ | 32.55 | 46.36 | 25.32 | - |
| YUV | 168.29 | 101.31 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 121 | 0.35 | 0 | 0.39 | 0.22 | 114.55 | 0.4 | 0.63 |
| Hex | 80 | C6 | 79 | 23 | 0 | 27 | 16 | 73 | 28 | 3F |
| Octal | 200 | 306 | 171 | 43 | 0 | 47 | 26 | 163 | 50 | 77 |
| Binary | 10000000 | 11000110 | 1111001 | 100011 | 0 | 100111 | 10110 | 1110011 | 101000 | 111111 |
Color Harmonies of #80C679
Complementary color
Monochromatic Colors of #80C679
Black with #80C679
Text Example
Text Example
White with #80C679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C679; }
p { color: rgb(128,198,121); }
H1.HeaderClassName
{
color: #80C679;
}
.AnyTagClassName
{
color: #80C679;
}
</style>
background-color css
<style>
a { background-color: #80C679; }
a { background-color: rgb(128,198,121); }
div.DivClassName
{
background-color: #80C679;
}
.BgClassName
{
background-color: #80C679;
}
</style>
border-color css
<style>
span { border-color: #80C679; }
span { border-color: rgb(128,198,121); }
td.TdClassName
{
border-color: #80C679;
}
.TagClassName
{
border-color: #80C679;
}
</style>