Shades of De York #80D186
Tints of De York #80D186
RGB
CMYK
RGB Variations
Color information
#80D186 (or 0x80D186) is known color: De York. HEX triplet: 80, D1 and 86. RGB value is (128,209,134). Sum of RGB (Red+Green+Blue) = 128+209+134=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #80D186 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D186 is #7F2E79. Grayscale: #B0B0B0. Windows color (decimal): -8334970 or 8835456. OLE color: 8835456.
HSL color Cylindrical-coordinate representation of color #80D186: hue angle of 124.44º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D186 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 134 | - |
| CMYK | 0.39 | 0 | 0.36 | 0.18 |
| HSL | 124.44º | 0.47% | 0.66% | - |
| HSV(B) | 124.44º | 0.39% | 0.82% | - |
| XYZ | 36.01 | 51.91 | 30.68 | - |
| YUV | 176.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 134 | 0.39 | 0 | 0.36 | 0.18 | 124.44 | 0.47 | 0.66 |
| Hex | 80 | D1 | 86 | 27 | 0 | 24 | 12 | 7C | 2F | 42 |
| Octal | 200 | 321 | 206 | 47 | 0 | 44 | 22 | 174 | 57 | 102 |
| Binary | 10000000 | 11010001 | 10000110 | 100111 | 0 | 100100 | 10010 | 1111100 | 101111 | 1000010 |
Color Harmonies of #80D186
Complementary color
Monochromatic Colors of #80D186
Black with #80D186
Text Example
Text Example
White with #80D186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D186; }
p { color: rgb(128,209,134); }
H1.HeaderClassName
{
color: #80D186;
}
.AnyTagClassName
{
color: #80D186;
}
</style>
background-color css
<style>
a { background-color: #80D186; }
a { background-color: rgb(128,209,134); }
div.DivClassName
{
background-color: #80D186;
}
.BgClassName
{
background-color: #80D186;
}
</style>
border-color css
<style>
span { border-color: #80D186; }
span { border-color: rgb(128,209,134); }
td.TdClassName
{
border-color: #80D186;
}
.TagClassName
{
border-color: #80D186;
}
</style>