Shades of De York #80D699
Tints of De York #80D699
RGB
CMYK
RGB Variations
Color information
#80D699 (or 0x80D699) is known color: De York. HEX triplet: 80, D6 and 99. RGB value is (128,214,153). Sum of RGB (Red+Green+Blue) = 128+214+153=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #80D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D699 is #7F2966. Grayscale: #B5B5B5. Windows color (decimal): -8333671 or 10081920. OLE color: 10081920.
HSL color Cylindrical-coordinate representation of color #80D699: hue angle of 137.44º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D699 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 153 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.16 |
| HSL | 137.44º | 0.51% | 0.67% | - |
| HSV(B) | 137.44º | 0.4% | 0.84% | - |
| XYZ | 38.7 | 54.98 | 38.71 | - |
| YUV | 181.33 | 112.01 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 153 | 0.40 | 0 | 0.29 | 0.16 | 137.44 | 0.51 | 0.67 |
| Hex | 80 | D6 | 99 | 28 | 0 | 1D | 10 | 89 | 33 | 43 |
| Octal | 200 | 326 | 231 | 50 | 0 | 35 | 20 | 211 | 63 | 103 |
| Binary | 10000000 | 11010110 | 10011001 | 101000 | 0 | 11101 | 10000 | 10001001 | 110011 | 1000011 |
Color Harmonies of #80D699
Complementary color
Monochromatic Colors of #80D699
Black with #80D699
Text Example
Text Example
White with #80D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D699; }
p { color: rgb(128,214,153); }
H1.HeaderClassName
{
color: #80D699;
}
.AnyTagClassName
{
color: #80D699;
}
</style>
background-color css
<style>
a { background-color: #80D699; }
a { background-color: rgb(128,214,153); }
div.DivClassName
{
background-color: #80D699;
}
.BgClassName
{
background-color: #80D699;
}
</style>
border-color css
<style>
span { border-color: #80D699; }
span { border-color: rgb(128,214,153); }
td.TdClassName
{
border-color: #80D699;
}
.TagClassName
{
border-color: #80D699;
}
</style>