Shades of De York #80D396
Tints of De York #80D396
RGB
CMYK
RGB Variations
Color information
#80D396 (or 0x80D396) is known color: De York. HEX triplet: 80, D3 and 96. RGB value is (128,211,150). Sum of RGB (Red+Green+Blue) = 128+211+150=489 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.18% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #80D396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D396 is #7F2C69. Grayscale: #B3B3B3. Windows color (decimal): -8334442 or 9884544. OLE color: 9884544.
HSL color Cylindrical-coordinate representation of color #80D396: hue angle of 135.9º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D396 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 150 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.17 |
| HSL | 135.9º | 0.49% | 0.66% | - |
| HSV(B) | 135.9º | 0.39% | 0.83% | - |
| XYZ | 37.7 | 53.38 | 37.17 | - |
| YUV | 179.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 150 | 0.39 | 0 | 0.29 | 0.17 | 135.9 | 0.49 | 0.66 |
| Hex | 80 | D3 | 96 | 27 | 0 | 1D | 11 | 88 | 31 | 42 |
| Octal | 200 | 323 | 226 | 47 | 0 | 35 | 21 | 210 | 61 | 102 |
| Binary | 10000000 | 11010011 | 10010110 | 100111 | 0 | 11101 | 10001 | 10001000 | 110001 | 1000010 |
Color Harmonies of #80D396
Complementary color
Monochromatic Colors of #80D396
Black with #80D396
Text Example
Text Example
White with #80D396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D396; }
p { color: rgb(128,211,150); }
H1.HeaderClassName
{
color: #80D396;
}
.AnyTagClassName
{
color: #80D396;
}
</style>
background-color css
<style>
a { background-color: #80D396; }
a { background-color: rgb(128,211,150); }
div.DivClassName
{
background-color: #80D396;
}
.BgClassName
{
background-color: #80D396;
}
</style>
border-color css
<style>
span { border-color: #80D396; }
span { border-color: rgb(128,211,150); }
td.TdClassName
{
border-color: #80D396;
}
.TagClassName
{
border-color: #80D396;
}
</style>