Shades of De York #88BE80
Tints of De York #88BE80
RGB
CMYK
RGB Variations
Color information
#88BE80 (or 0x88BE80) is known color: De York. HEX triplet: 88, BE and 80. RGB value is (136,190,128). Sum of RGB (Red+Green+Blue) = 136+190+128=454 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.96% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #88BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BE80 is #77417F. Grayscale: #A6A6A6. Windows color (decimal): -7815552 or 8437384. OLE color: 8437384.
HSL color Cylindrical-coordinate representation of color #88BE80: hue angle of 112.26º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88BE80 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 190 | 128 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.25 |
| HSL | 112.26º | 0.32% | 0.62% | - |
| HSV(B) | 112.26º | 0.33% | 0.75% | - |
| XYZ | 32.46 | 43.62 | 27.13 | - |
| YUV | 166.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 190 | 128 | 0.28 | 0 | 0.33 | 0.25 | 112.26 | 0.32 | 0.62 |
| Hex | 88 | BE | 80 | 1C | 0 | 21 | 19 | 70 | 20 | 3E |
| Octal | 210 | 276 | 200 | 34 | 0 | 41 | 31 | 160 | 40 | 76 |
| Binary | 10001000 | 10111110 | 10000000 | 11100 | 0 | 100001 | 11001 | 1110000 | 100000 | 111110 |
Color Harmonies of #88BE80
Complementary color
Monochromatic Colors of #88BE80
Black with #88BE80
Text Example
Text Example
White with #88BE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BE80; }
p { color: rgb(136,190,128); }
H1.HeaderClassName
{
color: #88BE80;
}
.AnyTagClassName
{
color: #88BE80;
}
</style>
background-color css
<style>
a { background-color: #88BE80; }
a { background-color: rgb(136,190,128); }
div.DivClassName
{
background-color: #88BE80;
}
.BgClassName
{
background-color: #88BE80;
}
</style>
border-color css
<style>
span { border-color: #88BE80; }
span { border-color: rgb(136,190,128); }
td.TdClassName
{
border-color: #88BE80;
}
.TagClassName
{
border-color: #88BE80;
}
</style>