Shades of De York #80C47C
Tints of De York #80C47C
RGB
CMYK
RGB Variations
Color information
#80C47C (or 0x80C47C) is known color: De York. HEX triplet: 80, C4 and 7C. RGB value is (128,196,124). Sum of RGB (Red+Green+Blue) = 128+196+124=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 196 (76.95% from 255 or 43.75% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 196 - color contains mainly: green. Hex color #80C47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C47C is #7F3B83. Grayscale: #A7A7A7. Windows color (decimal): -8338308 or 8176768. OLE color: 8176768.
HSL color Cylindrical-coordinate representation of color #80C47C: hue angle of 116.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80C47C is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 196 | 124 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.23 |
| HSL | 116.67º | 0.38% | 0.63% | - |
| HSV(B) | 116.67º | 0.37% | 0.77% | - |
| XYZ | 32.28 | 45.52 | 26.15 | - |
| YUV | 167.46 | 103.47 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 196 | 124 | 0.35 | 0 | 0.37 | 0.23 | 116.67 | 0.38 | 0.63 |
| Hex | 80 | C4 | 7C | 23 | 0 | 25 | 17 | 75 | 26 | 3F |
| Octal | 200 | 304 | 174 | 43 | 0 | 45 | 27 | 165 | 46 | 77 |
| Binary | 10000000 | 11000100 | 1111100 | 100011 | 0 | 100101 | 10111 | 1110101 | 100110 | 111111 |
Color Harmonies of #80C47C
Complementary color
Monochromatic Colors of #80C47C
Black with #80C47C
Text Example
Text Example
White with #80C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C47C; }
p { color: rgb(128,196,124); }
H1.HeaderClassName
{
color: #80C47C;
}
.AnyTagClassName
{
color: #80C47C;
}
</style>
background-color css
<style>
a { background-color: #80C47C; }
a { background-color: rgb(128,196,124); }
div.DivClassName
{
background-color: #80C47C;
}
.BgClassName
{
background-color: #80C47C;
}
</style>
border-color css
<style>
span { border-color: #80C47C; }
span { border-color: rgb(128,196,124); }
td.TdClassName
{
border-color: #80C47C;
}
.TagClassName
{
border-color: #80C47C;
}
</style>