Shades of De York #80BF88
Tints of De York #80BF88
RGB
CMYK
RGB Variations
Color information
#80BF88 (or 0x80BF88) is known color: De York. HEX triplet: 80, BF and 88. RGB value is (128,191,136). Sum of RGB (Red+Green+Blue) = 128+191+136=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF88 is #7F4077. Grayscale: #A6A6A6. Windows color (decimal): -8339576 or 8961920. OLE color: 8961920.
HSL color Cylindrical-coordinate representation of color #80BF88: hue angle of 127.62º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BF88 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 136 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.25 |
| HSL | 127.62º | 0.33% | 0.63% | - |
| HSV(B) | 127.62º | 0.33% | 0.75% | - |
| XYZ | 31.98 | 43.63 | 30.03 | - |
| YUV | 165.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 136 | 0.33 | 0 | 0.29 | 0.25 | 127.62 | 0.33 | 0.63 |
| Hex | 80 | BF | 88 | 21 | 0 | 1D | 19 | 80 | 21 | 3F |
| Octal | 200 | 277 | 210 | 41 | 0 | 35 | 31 | 200 | 41 | 77 |
| Binary | 10000000 | 10111111 | 10001000 | 100001 | 0 | 11101 | 11001 | 10000000 | 100001 | 111111 |
Color Harmonies of #80BF88
Complementary color
Monochromatic Colors of #80BF88
Black with #80BF88
Text Example
Text Example
White with #80BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF88; }
p { color: rgb(128,191,136); }
H1.HeaderClassName
{
color: #80BF88;
}
.AnyTagClassName
{
color: #80BF88;
}
</style>
background-color css
<style>
a { background-color: #80BF88; }
a { background-color: rgb(128,191,136); }
div.DivClassName
{
background-color: #80BF88;
}
.BgClassName
{
background-color: #80BF88;
}
</style>
border-color css
<style>
span { border-color: #80BF88; }
span { border-color: rgb(128,191,136); }
td.TdClassName
{
border-color: #80BF88;
}
.TagClassName
{
border-color: #80BF88;
}
</style>