Shades of De York #80C180
Tints of De York #80C180
RGB
CMYK
RGB Variations
Color information
#80C180 (or 0x80C180) is known color: De York. HEX triplet: 80, C1 and 80. RGB value is (128,193,128). Sum of RGB (Red+Green+Blue) = 128+193+128=449 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.51% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #80C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C180 is #7F3E7F. Grayscale: #A6A6A6. Windows color (decimal): -8339072 or 8438144. OLE color: 8438144.
HSL color Cylindrical-coordinate representation of color #80C180: hue angle of 120º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C180 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 193 | 128 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.24 |
| HSL | 120º | 0.34% | 0.63% | - |
| HSV(B) | 120º | 0.34% | 0.76% | - |
| XYZ | 31.87 | 44.29 | 27.29 | - |
| YUV | 166.16 | 106.47 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 193 | 128 | 0.34 | 0 | 0.34 | 0.24 | 120 | 0.34 | 0.63 |
| Hex | 80 | C1 | 80 | 22 | 0 | 22 | 18 | 78 | 22 | 3F |
| Octal | 200 | 301 | 200 | 42 | 0 | 42 | 30 | 170 | 42 | 77 |
| Binary | 10000000 | 11000001 | 10000000 | 100010 | 0 | 100010 | 11000 | 1111000 | 100010 | 111111 |
Color Harmonies of #80C180
Complementary color
Monochromatic Colors of #80C180
Black with #80C180
Text Example
Text Example
White with #80C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C180; }
p { color: rgb(128,193,128); }
H1.HeaderClassName
{
color: #80C180;
}
.AnyTagClassName
{
color: #80C180;
}
</style>
background-color css
<style>
a { background-color: #80C180; }
a { background-color: rgb(128,193,128); }
div.DivClassName
{
background-color: #80C180;
}
.BgClassName
{
background-color: #80C180;
}
</style>
border-color css
<style>
span { border-color: #80C180; }
span { border-color: rgb(128,193,128); }
td.TdClassName
{
border-color: #80C180;
}
.TagClassName
{
border-color: #80C180;
}
</style>