Shades of De York #80D291
Tints of De York #80D291
RGB
CMYK
RGB Variations
Color information
#80D291 (or 0x80D291) is known color: De York. HEX triplet: 80, D2 and 91. RGB value is (128,210,145). Sum of RGB (Red+Green+Blue) = 128+210+145=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 210 (82.42% from 255 or 43.48% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 210 - color contains mainly: green. Hex color #80D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D291 is #7F2D6E. Grayscale: #B2B2B2. Windows color (decimal): -8334703 or 9556608. OLE color: 9556608.
HSL color Cylindrical-coordinate representation of color #80D291: hue angle of 132.44º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D291 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 145 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.18 |
| HSL | 132.44º | 0.48% | 0.66% | - |
| HSV(B) | 132.44º | 0.39% | 0.82% | - |
| XYZ | 37.06 | 52.73 | 35.01 | - |
| YUV | 178.07 | 109.33 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 145 | 0.39 | 0 | 0.31 | 0.18 | 132.44 | 0.48 | 0.66 |
| Hex | 80 | D2 | 91 | 27 | 0 | 1F | 12 | 84 | 30 | 42 |
| Octal | 200 | 322 | 221 | 47 | 0 | 37 | 22 | 204 | 60 | 102 |
| Binary | 10000000 | 11010010 | 10010001 | 100111 | 0 | 11111 | 10010 | 10000100 | 110000 | 1000010 |
Color Harmonies of #80D291
Complementary color
Monochromatic Colors of #80D291
Black with #80D291
Text Example
Text Example
White with #80D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D291; }
p { color: rgb(128,210,145); }
H1.HeaderClassName
{
color: #80D291;
}
.AnyTagClassName
{
color: #80D291;
}
</style>
background-color css
<style>
a { background-color: #80D291; }
a { background-color: rgb(128,210,145); }
div.DivClassName
{
background-color: #80D291;
}
.BgClassName
{
background-color: #80D291;
}
</style>
border-color css
<style>
span { border-color: #80D291; }
span { border-color: rgb(128,210,145); }
td.TdClassName
{
border-color: #80D291;
}
.TagClassName
{
border-color: #80D291;
}
</style>