Shades of De York #88DB92
Tints of De York #88DB92
RGB
CMYK
RGB Variations
Color information
#88DB92 (or 0x88DB92) is known color: De York. HEX triplet: 88, DB and 92. RGB value is (136,219,146). Sum of RGB (Red+Green+Blue) = 136+219+146=501 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.15% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #88DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88DB92 is #77246D. Grayscale: #BABABA. Windows color (decimal): -7808110 or 9624456. OLE color: 9624456.
HSL color Cylindrical-coordinate representation of color #88DB92: hue angle of 127.23º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DB92 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 146 | - |
| CMYK | 0.38 | 0 | 0.33 | 0.14 |
| HSL | 127.23º | 0.54% | 0.7% | - |
| HSV(B) | 127.23º | 0.38% | 0.86% | - |
| XYZ | 40.67 | 57.97 | 36.24 | - |
| YUV | 185.86 | 105.5 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 146 | 0.38 | 0 | 0.33 | 0.14 | 127.23 | 0.54 | 0.7 |
| Hex | 88 | DB | 92 | 26 | 0 | 21 | E | 7F | 36 | 46 |
| Octal | 210 | 333 | 222 | 46 | 0 | 41 | 16 | 177 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10010010 | 100110 | 0 | 100001 | 1110 | 1111111 | 110110 | 1000110 |
Color Harmonies of #88DB92
Complementary color
Monochromatic Colors of #88DB92
Black with #88DB92
Text Example
Text Example
White with #88DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DB92; }
p { color: rgb(136,219,146); }
H1.HeaderClassName
{
color: #88DB92;
}
.AnyTagClassName
{
color: #88DB92;
}
</style>
background-color css
<style>
a { background-color: #88DB92; }
a { background-color: rgb(136,219,146); }
div.DivClassName
{
background-color: #88DB92;
}
.BgClassName
{
background-color: #88DB92;
}
</style>
border-color css
<style>
span { border-color: #88DB92; }
span { border-color: rgb(136,219,146); }
td.TdClassName
{
border-color: #88DB92;
}
.TagClassName
{
border-color: #88DB92;
}
</style>