Shades of De York #80C87C
Tints of De York #80C87C
RGB
CMYK
RGB Variations
Color information
#80C87C (or 0x80C87C) is known color: De York. HEX triplet: 80, C8 and 7C. RGB value is (128,200,124). Sum of RGB (Red+Green+Blue) = 128+200+124=452 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.32% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #80C87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C87C is #7F3783. Grayscale: #AAAAAA. Windows color (decimal): -8337284 or 8177792. OLE color: 8177792.
HSL color Cylindrical-coordinate representation of color #80C87C: hue angle of 116.84º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C87C is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 124 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.22 |
| HSL | 116.84º | 0.41% | 0.64% | - |
| HSV(B) | 116.84º | 0.38% | 0.78% | - |
| XYZ | 33.19 | 47.35 | 26.46 | - |
| YUV | 169.81 | 102.15 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 124 | 0.36 | 0 | 0.38 | 0.22 | 116.84 | 0.41 | 0.64 |
| Hex | 80 | C8 | 7C | 24 | 0 | 26 | 16 | 75 | 29 | 40 |
| Octal | 200 | 310 | 174 | 44 | 0 | 46 | 26 | 165 | 51 | 100 |
| Binary | 10000000 | 11001000 | 1111100 | 100100 | 0 | 100110 | 10110 | 1110101 | 101001 | 1000000 |
Color Harmonies of #80C87C
Complementary color
Monochromatic Colors of #80C87C
Black with #80C87C
Text Example
Text Example
White with #80C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C87C; }
p { color: rgb(128,200,124); }
H1.HeaderClassName
{
color: #80C87C;
}
.AnyTagClassName
{
color: #80C87C;
}
</style>
background-color css
<style>
a { background-color: #80C87C; }
a { background-color: rgb(128,200,124); }
div.DivClassName
{
background-color: #80C87C;
}
.BgClassName
{
background-color: #80C87C;
}
</style>
border-color css
<style>
span { border-color: #80C87C; }
span { border-color: rgb(128,200,124); }
td.TdClassName
{
border-color: #80C87C;
}
.TagClassName
{
border-color: #80C87C;
}
</style>