Shades of De York #80C884
Tints of De York #80C884
RGB
CMYK
RGB Variations
Color information
#80C884 (or 0x80C884) is known color: De York. HEX triplet: 80, C8 and 84. RGB value is (128,200,132). Sum of RGB (Red+Green+Blue) = 128+200+132=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 200 (78.52% from 255 or 43.48% from 460); Blue value is 132 (51.95% from 255 or 28.70% from 460); Max value from RGB is 200 - color contains mainly: green. Hex color #80C884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C884 is #7F377B. Grayscale: #AAAAAA. Windows color (decimal): -8337276 or 8702080. OLE color: 8702080.
HSL color Cylindrical-coordinate representation of color #80C884: hue angle of 123.33º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C884 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 132 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.22 |
| HSL | 123.33º | 0.4% | 0.64% | - |
| HSV(B) | 123.33º | 0.36% | 0.78% | - |
| XYZ | 33.72 | 47.56 | 29.23 | - |
| YUV | 170.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 132 | 0.36 | 0 | 0.34 | 0.22 | 123.33 | 0.4 | 0.64 |
| Hex | 80 | C8 | 84 | 24 | 0 | 22 | 16 | 7B | 28 | 40 |
| Octal | 200 | 310 | 204 | 44 | 0 | 42 | 26 | 173 | 50 | 100 |
| Binary | 10000000 | 11001000 | 10000100 | 100100 | 0 | 100010 | 10110 | 1111011 | 101000 | 1000000 |
Color Harmonies of #80C884
Complementary color
Monochromatic Colors of #80C884
Black with #80C884
Text Example
Text Example
White with #80C884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C884; }
p { color: rgb(128,200,132); }
H1.HeaderClassName
{
color: #80C884;
}
.AnyTagClassName
{
color: #80C884;
}
</style>
background-color css
<style>
a { background-color: #80C884; }
a { background-color: rgb(128,200,132); }
div.DivClassName
{
background-color: #80C884;
}
.BgClassName
{
background-color: #80C884;
}
</style>
border-color css
<style>
span { border-color: #80C884; }
span { border-color: rgb(128,200,132); }
td.TdClassName
{
border-color: #80C884;
}
.TagClassName
{
border-color: #80C884;
}
</style>