Shades of De York #80C875
Tints of De York #80C875
RGB
CMYK
RGB Variations
Color information
#80C875 (or 0x80C875) is known color: De York. HEX triplet: 80, C8 and 75. RGB value is (128,200,117). Sum of RGB (Red+Green+Blue) = 128+200+117=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #80C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C875 is #7F378A. Grayscale: #A9A9A9. Windows color (decimal): -8337291 or 7719040. OLE color: 7719040.
HSL color Cylindrical-coordinate representation of color #80C875: hue angle of 112.05º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80C875 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 117 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.22 |
| HSL | 112.05º | 0.43% | 0.62% | - |
| HSV(B) | 112.05º | 0.42% | 0.78% | - |
| XYZ | 32.77 | 47.18 | 24.21 | - |
| YUV | 169.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 117 | 0.36 | 0 | 0.42 | 0.22 | 112.05 | 0.43 | 0.62 |
| Hex | 80 | C8 | 75 | 24 | 0 | 2A | 16 | 70 | 2B | 3E |
| Octal | 200 | 310 | 165 | 44 | 0 | 52 | 26 | 160 | 53 | 76 |
| Binary | 10000000 | 11001000 | 1110101 | 100100 | 0 | 101010 | 10110 | 1110000 | 101011 | 111110 |
Color Harmonies of #80C875
Complementary color
Monochromatic Colors of #80C875
Black with #80C875
Text Example
Text Example
White with #80C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C875; }
p { color: rgb(128,200,117); }
H1.HeaderClassName
{
color: #80C875;
}
.AnyTagClassName
{
color: #80C875;
}
</style>
background-color css
<style>
a { background-color: #80C875; }
a { background-color: rgb(128,200,117); }
div.DivClassName
{
background-color: #80C875;
}
.BgClassName
{
background-color: #80C875;
}
</style>
border-color css
<style>
span { border-color: #80C875; }
span { border-color: rgb(128,200,117); }
td.TdClassName
{
border-color: #80C875;
}
.TagClassName
{
border-color: #80C875;
}
</style>