Shades of De York #80D892
Tints of De York #80D892
RGB
CMYK
RGB Variations
Color information
#80D892 (or 0x80D892) is known color: De York. HEX triplet: 80, D8 and 92. RGB value is (128,216,146). Sum of RGB (Red+Green+Blue) = 128+216+146=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #80D892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D892 is #7F276D. Grayscale: #B5B5B5. Windows color (decimal): -8333166 or 9623680. OLE color: 9623680.
HSL color Cylindrical-coordinate representation of color #80D892: hue angle of 132.27º 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 #80D892 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 146 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.15 |
| HSL | 132.27º | 0.53% | 0.67% | - |
| HSV(B) | 132.27º | 0.41% | 0.85% | - |
| XYZ | 38.65 | 55.78 | 35.92 | - |
| YUV | 181.71 | 107.85 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 146 | 0.41 | 0 | 0.32 | 0.15 | 132.27 | 0.53 | 0.67 |
| Hex | 80 | D8 | 92 | 29 | 0 | 20 | F | 84 | 35 | 43 |
| Octal | 200 | 330 | 222 | 51 | 0 | 40 | 17 | 204 | 65 | 103 |
| Binary | 10000000 | 11011000 | 10010010 | 101001 | 0 | 100000 | 1111 | 10000100 | 110101 | 1000011 |
Color Harmonies of #80D892
Complementary color
Monochromatic Colors of #80D892
Black with #80D892
Text Example
Text Example
White with #80D892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D892; }
p { color: rgb(128,216,146); }
H1.HeaderClassName
{
color: #80D892;
}
.AnyTagClassName
{
color: #80D892;
}
</style>
background-color css
<style>
a { background-color: #80D892; }
a { background-color: rgb(128,216,146); }
div.DivClassName
{
background-color: #80D892;
}
.BgClassName
{
background-color: #80D892;
}
</style>
border-color css
<style>
span { border-color: #80D892; }
span { border-color: rgb(128,216,146); }
td.TdClassName
{
border-color: #80D892;
}
.TagClassName
{
border-color: #80D892;
}
</style>