Shades of De York #80D791
Tints of De York #80D791
RGB
CMYK
RGB Variations
Color information
#80D791 (or 0x80D791) is known color: De York. HEX triplet: 80, D7 and 91. RGB value is (128,215,145). Sum of RGB (Red+Green+Blue) = 128+215+145=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #80D791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D791 is #7F286E. Grayscale: #B5B5B5. Windows color (decimal): -8333423 or 9557888. OLE color: 9557888.
HSL color Cylindrical-coordinate representation of color #80D791: hue angle of 131.72º degrees, saturation: 0.52, 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 #80D791 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 145 | - |
| CMYK | 0.40 | 0 | 0.33 | 0.16 |
| HSL | 131.72º | 0.52% | 0.67% | - |
| HSV(B) | 131.72º | 0.4% | 0.84% | - |
| XYZ | 38.31 | 55.23 | 35.43 | - |
| YUV | 181.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 145 | 0.40 | 0 | 0.33 | 0.16 | 131.72 | 0.52 | 0.67 |
| Hex | 80 | D7 | 91 | 28 | 0 | 21 | 10 | 84 | 34 | 43 |
| Octal | 200 | 327 | 221 | 50 | 0 | 41 | 20 | 204 | 64 | 103 |
| Binary | 10000000 | 11010111 | 10010001 | 101000 | 0 | 100001 | 10000 | 10000100 | 110100 | 1000011 |
Color Harmonies of #80D791
Complementary color
Monochromatic Colors of #80D791
Black with #80D791
Text Example
Text Example
White with #80D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D791; }
p { color: rgb(128,215,145); }
H1.HeaderClassName
{
color: #80D791;
}
.AnyTagClassName
{
color: #80D791;
}
</style>
background-color css
<style>
a { background-color: #80D791; }
a { background-color: rgb(128,215,145); }
div.DivClassName
{
background-color: #80D791;
}
.BgClassName
{
background-color: #80D791;
}
</style>
border-color css
<style>
span { border-color: #80D791; }
span { border-color: rgb(128,215,145); }
td.TdClassName
{
border-color: #80D791;
}
.TagClassName
{
border-color: #80D791;
}
</style>