Shades of De York #80C788
Tints of De York #80C788
RGB
CMYK
RGB Variations
Color information
#80C788 (or 0x80C788) is known color: De York. HEX triplet: 80, C7 and 88. RGB value is (128,199,136). Sum of RGB (Red+Green+Blue) = 128+199+136=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 199 - color contains mainly: green. Hex color #80C788 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C788 is #7F3877. Grayscale: #AAAAAA. Windows color (decimal): -8337528 or 8963968. OLE color: 8963968.
HSL color Cylindrical-coordinate representation of color #80C788: hue angle of 126.76º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C788 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 199 | 136 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.22 |
| HSL | 126.76º | 0.39% | 0.64% | - |
| HSV(B) | 126.76º | 0.36% | 0.78% | - |
| XYZ | 33.77 | 47.21 | 30.63 | - |
| YUV | 170.59 | 108.48 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 199 | 136 | 0.36 | 0 | 0.32 | 0.22 | 126.76 | 0.39 | 0.64 |
| Hex | 80 | C7 | 88 | 24 | 0 | 20 | 16 | 7F | 27 | 40 |
| Octal | 200 | 307 | 210 | 44 | 0 | 40 | 26 | 177 | 47 | 100 |
| Binary | 10000000 | 11000111 | 10001000 | 100100 | 0 | 100000 | 10110 | 1111111 | 100111 | 1000000 |
Color Harmonies of #80C788
Complementary color
Monochromatic Colors of #80C788
Black with #80C788
Text Example
Text Example
White with #80C788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C788; }
p { color: rgb(128,199,136); }
H1.HeaderClassName
{
color: #80C788;
}
.AnyTagClassName
{
color: #80C788;
}
</style>
background-color css
<style>
a { background-color: #80C788; }
a { background-color: rgb(128,199,136); }
div.DivClassName
{
background-color: #80C788;
}
.BgClassName
{
background-color: #80C788;
}
</style>
border-color css
<style>
span { border-color: #80C788; }
span { border-color: rgb(128,199,136); }
td.TdClassName
{
border-color: #80C788;
}
.TagClassName
{
border-color: #80C788;
}
</style>