Shades of De York #88D797
Tints of De York #88D797
RGB
CMYK
RGB Variations
Color information
#88D797 (or 0x88D797) is known color: De York. HEX triplet: 88, D7 and 97. RGB value is (136,215,151). Sum of RGB (Red+Green+Blue) = 136+215+151=502 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.09% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #88D797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D797 is #772868. Grayscale: #B8B8B8. Windows color (decimal): -7809129 or 9951112. OLE color: 9951112.
HSL color Cylindrical-coordinate representation of color #88D797: hue angle of 131.39º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D797 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 215 | 151 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.16 |
| HSL | 131.39º | 0.5% | 0.69% | - |
| HSV(B) | 131.39º | 0.37% | 0.84% | - |
| XYZ | 40.04 | 56.07 | 37.99 | - |
| YUV | 184.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 151 | 0.37 | 0 | 0.30 | 0.16 | 131.39 | 0.5 | 0.69 |
| Hex | 88 | D7 | 97 | 25 | 0 | 1E | 10 | 83 | 32 | 45 |
| Octal | 210 | 327 | 227 | 45 | 0 | 36 | 20 | 203 | 62 | 105 |
| Binary | 10001000 | 11010111 | 10010111 | 100101 | 0 | 11110 | 10000 | 10000011 | 110010 | 1000101 |
Color Harmonies of #88D797
Complementary color
Monochromatic Colors of #88D797
Black with #88D797
Text Example
Text Example
White with #88D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D797; }
p { color: rgb(136,215,151); }
H1.HeaderClassName
{
color: #88D797;
}
.AnyTagClassName
{
color: #88D797;
}
</style>
background-color css
<style>
a { background-color: #88D797; }
a { background-color: rgb(136,215,151); }
div.DivClassName
{
background-color: #88D797;
}
.BgClassName
{
background-color: #88D797;
}
</style>
border-color css
<style>
span { border-color: #88D797; }
span { border-color: rgb(136,215,151); }
td.TdClassName
{
border-color: #88D797;
}
.TagClassName
{
border-color: #88D797;
}
</style>