Shades of De York #88D285
Tints of De York #88D285
RGB
CMYK
RGB Variations
Color information
#88D285 (or 0x88D285) is known color: De York. HEX triplet: 88, D2 and 85. RGB value is (136,210,133). Sum of RGB (Red+Green+Blue) = 136+210+133=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #88D285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D285 is #772D7A. Grayscale: #B3B3B3. Windows color (decimal): -7810427 or 8770184. OLE color: 8770184.
HSL color Cylindrical-coordinate representation of color #88D285: hue angle of 117.66º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D285 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 133 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.18 |
| HSL | 117.66º | 0.46% | 0.67% | - |
| HSV(B) | 117.66º | 0.37% | 0.82% | - |
| XYZ | 37.43 | 53.02 | 30.45 | - |
| YUV | 179.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 133 | 0.35 | 0 | 0.37 | 0.18 | 117.66 | 0.46 | 0.67 |
| Hex | 88 | D2 | 85 | 23 | 0 | 25 | 12 | 76 | 2E | 43 |
| Octal | 210 | 322 | 205 | 43 | 0 | 45 | 22 | 166 | 56 | 103 |
| Binary | 10001000 | 11010010 | 10000101 | 100011 | 0 | 100101 | 10010 | 1110110 | 101110 | 1000011 |
Color Harmonies of #88D285
Complementary color
Monochromatic Colors of #88D285
Black with #88D285
Text Example
Text Example
White with #88D285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D285; }
p { color: rgb(136,210,133); }
H1.HeaderClassName
{
color: #88D285;
}
.AnyTagClassName
{
color: #88D285;
}
</style>
background-color css
<style>
a { background-color: #88D285; }
a { background-color: rgb(136,210,133); }
div.DivClassName
{
background-color: #88D285;
}
.BgClassName
{
background-color: #88D285;
}
</style>
border-color css
<style>
span { border-color: #88D285; }
span { border-color: rgb(136,210,133); }
td.TdClassName
{
border-color: #88D285;
}
.TagClassName
{
border-color: #88D285;
}
</style>