Shades of De York #80D697
Tints of De York #80D697
RGB
CMYK
RGB Variations
Color information
#80D697 (or 0x80D697) is known color: De York. HEX triplet: 80, D6 and 97. RGB value is (128,214,151). Sum of RGB (Red+Green+Blue) = 128+214+151=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 151 (59.38% from 255 or 30.63% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #80D697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D697 is #7F2968. Grayscale: #B5B5B5. Windows color (decimal): -8333673 or 9950848. OLE color: 9950848.
HSL color Cylindrical-coordinate representation of color #80D697: hue angle of 136.05º 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 #80D697 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 151 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.16 |
| HSL | 136.05º | 0.51% | 0.67% | - |
| HSV(B) | 136.05º | 0.4% | 0.84% | - |
| XYZ | 38.53 | 54.92 | 37.85 | - |
| YUV | 181.1 | 111.01 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 151 | 0.40 | 0 | 0.29 | 0.16 | 136.05 | 0.51 | 0.67 |
| Hex | 80 | D6 | 97 | 28 | 0 | 1D | 10 | 88 | 33 | 43 |
| Octal | 200 | 326 | 227 | 50 | 0 | 35 | 20 | 210 | 63 | 103 |
| Binary | 10000000 | 11010110 | 10010111 | 101000 | 0 | 11101 | 10000 | 10001000 | 110011 | 1000011 |
Color Harmonies of #80D697
Complementary color
Monochromatic Colors of #80D697
Black with #80D697
Text Example
Text Example
White with #80D697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D697; }
p { color: rgb(128,214,151); }
H1.HeaderClassName
{
color: #80D697;
}
.AnyTagClassName
{
color: #80D697;
}
</style>
background-color css
<style>
a { background-color: #80D697; }
a { background-color: rgb(128,214,151); }
div.DivClassName
{
background-color: #80D697;
}
.BgClassName
{
background-color: #80D697;
}
</style>
border-color css
<style>
span { border-color: #80D697; }
span { border-color: rgb(128,214,151); }
td.TdClassName
{
border-color: #80D697;
}
.TagClassName
{
border-color: #80D697;
}
</style>