Shades of De York #80C080
Tints of De York #80C080
RGB
CMYK
RGB Variations
Color information
#80C080 (or 0x80C080) is known color: De York. HEX triplet: 80, C0 and 80. RGB value is (128,192,128). Sum of RGB (Red+Green+Blue) = 128+192+128=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 192 (75.39% from 255 or 42.86% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 192 - color contains mainly: green. Hex color #80C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C080 is #7F3F7F. Grayscale: #A5A5A5. Windows color (decimal): -8339328 or 8437888. OLE color: 8437888.
HSL color Cylindrical-coordinate representation of color #80C080: hue angle of 120º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80C080 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 192 | 128 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.25 |
| HSL | 120º | 0.34% | 0.63% | - |
| HSV(B) | 120º | 0.33% | 0.75% | - |
| XYZ | 31.65 | 43.85 | 27.22 | - |
| YUV | 165.57 | 106.8 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 192 | 128 | 0.33 | 0 | 0.33 | 0.25 | 120 | 0.34 | 0.63 |
| Hex | 80 | C0 | 80 | 21 | 0 | 21 | 19 | 78 | 22 | 3F |
| Octal | 200 | 300 | 200 | 41 | 0 | 41 | 31 | 170 | 42 | 77 |
| Binary | 10000000 | 11000000 | 10000000 | 100001 | 0 | 100001 | 11001 | 1111000 | 100010 | 111111 |
Color Harmonies of #80C080
Complementary color
Monochromatic Colors of #80C080
Black with #80C080
Text Example
Text Example
White with #80C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C080; }
p { color: rgb(128,192,128); }
H1.HeaderClassName
{
color: #80C080;
}
.AnyTagClassName
{
color: #80C080;
}
</style>
background-color css
<style>
a { background-color: #80C080; }
a { background-color: rgb(128,192,128); }
div.DivClassName
{
background-color: #80C080;
}
.BgClassName
{
background-color: #80C080;
}
</style>
border-color css
<style>
span { border-color: #80C080; }
span { border-color: rgb(128,192,128); }
td.TdClassName
{
border-color: #80C080;
}
.TagClassName
{
border-color: #80C080;
}
</style>