Shades of De York #88D792
Tints of De York #88D792
RGB
CMYK
RGB Variations
Color information
#88D792 (or 0x88D792) is known color: De York. HEX triplet: 88, D7 and 92. RGB value is (136,215,146). Sum of RGB (Red+Green+Blue) = 136+215+146=497 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.36% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #88D792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D792 is #77286D. Grayscale: #B7B7B7. Windows color (decimal): -7809134 or 9623432. OLE color: 9623432.
HSL color Cylindrical-coordinate representation of color #88D792: hue angle of 127.59º 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 #88D792 is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 215 | 146 | - |
| CMYK | 0.37 | 0 | 0.32 | 0.16 |
| HSL | 127.59º | 0.5% | 0.69% | - |
| HSV(B) | 127.59º | 0.37% | 0.84% | - |
| XYZ | 39.64 | 55.91 | 35.9 | - |
| YUV | 183.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 215 | 146 | 0.37 | 0 | 0.32 | 0.16 | 127.59 | 0.5 | 0.69 |
| Hex | 88 | D7 | 92 | 25 | 0 | 20 | 10 | 80 | 32 | 45 |
| Octal | 210 | 327 | 222 | 45 | 0 | 40 | 20 | 200 | 62 | 105 |
| Binary | 10001000 | 11010111 | 10010010 | 100101 | 0 | 100000 | 10000 | 10000000 | 110010 | 1000101 |
Color Harmonies of #88D792
Complementary color
Monochromatic Colors of #88D792
Black with #88D792
Text Example
Text Example
White with #88D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D792; }
p { color: rgb(136,215,146); }
H1.HeaderClassName
{
color: #88D792;
}
.AnyTagClassName
{
color: #88D792;
}
</style>
background-color css
<style>
a { background-color: #88D792; }
a { background-color: rgb(136,215,146); }
div.DivClassName
{
background-color: #88D792;
}
.BgClassName
{
background-color: #88D792;
}
</style>
border-color css
<style>
span { border-color: #88D792; }
span { border-color: rgb(136,215,146); }
td.TdClassName
{
border-color: #88D792;
}
.TagClassName
{
border-color: #88D792;
}
</style>