Shades of De York #80D88B
Tints of De York #80D88B
RGB
CMYK
RGB Variations
Color information
#80D88B (or 0x80D88B) is known color: De York. HEX triplet: 80, D8 and 8B. RGB value is (128,216,139). Sum of RGB (Red+Green+Blue) = 128+216+139=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #80D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D88B is #7F2774. Grayscale: #B5B5B5. Windows color (decimal): -8333173 or 9164928. OLE color: 9164928.
HSL color Cylindrical-coordinate representation of color #80D88B: hue angle of 127.5º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D88B is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 139 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.15 |
| HSL | 127.5º | 0.53% | 0.67% | - |
| HSV(B) | 127.5º | 0.41% | 0.85% | - |
| XYZ | 38.12 | 55.57 | 33.14 | - |
| YUV | 180.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 139 | 0.41 | 0 | 0.36 | 0.15 | 127.5 | 0.53 | 0.67 |
| Hex | 80 | D8 | 8B | 29 | 0 | 24 | F | 80 | 35 | 43 |
| Octal | 200 | 330 | 213 | 51 | 0 | 44 | 17 | 200 | 65 | 103 |
| Binary | 10000000 | 11011000 | 10001011 | 101001 | 0 | 100100 | 1111 | 10000000 | 110101 | 1000011 |
Color Harmonies of #80D88B
Complementary color
Monochromatic Colors of #80D88B
Black with #80D88B
Text Example
Text Example
White with #80D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D88B; }
p { color: rgb(128,216,139); }
H1.HeaderClassName
{
color: #80D88B;
}
.AnyTagClassName
{
color: #80D88B;
}
</style>
background-color css
<style>
a { background-color: #80D88B; }
a { background-color: rgb(128,216,139); }
div.DivClassName
{
background-color: #80D88B;
}
.BgClassName
{
background-color: #80D88B;
}
</style>
border-color css
<style>
span { border-color: #80D88B; }
span { border-color: rgb(128,216,139); }
td.TdClassName
{
border-color: #80D88B;
}
.TagClassName
{
border-color: #80D88B;
}
</style>