Shades of De York #88D28A
Tints of De York #88D28A
RGB
CMYK
RGB Variations
Color information
#88D28A (or 0x88D28A) is known color: De York. HEX triplet: 88, D2 and 8A. RGB value is (136,210,138). Sum of RGB (Red+Green+Blue) = 136+210+138=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 210 (82.42% from 255 or 43.39% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 210 - color contains mainly: green. Hex color #88D28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D28A is #772D75. Grayscale: #B3B3B3. Windows color (decimal): -7810422 or 9097864. OLE color: 9097864.
HSL color Cylindrical-coordinate representation of color #88D28A: hue angle of 121.62º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D28A is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 138 | - |
| CMYK | 0.35 | 0 | 0.34 | 0.18 |
| HSL | 121.62º | 0.45% | 0.68% | - |
| HSV(B) | 121.62º | 0.35% | 0.82% | - |
| XYZ | 37.79 | 53.16 | 32.31 | - |
| YUV | 179.67 | 104.48 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 138 | 0.35 | 0 | 0.34 | 0.18 | 121.62 | 0.45 | 0.68 |
| Hex | 88 | D2 | 8A | 23 | 0 | 22 | 12 | 7A | 2D | 44 |
| Octal | 210 | 322 | 212 | 43 | 0 | 42 | 22 | 172 | 55 | 104 |
| Binary | 10001000 | 11010010 | 10001010 | 100011 | 0 | 100010 | 10010 | 1111010 | 101101 | 1000100 |
Color Harmonies of #88D28A
Complementary color
Monochromatic Colors of #88D28A
Black with #88D28A
Text Example
Text Example
White with #88D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D28A; }
p { color: rgb(136,210,138); }
H1.HeaderClassName
{
color: #88D28A;
}
.AnyTagClassName
{
color: #88D28A;
}
</style>
background-color css
<style>
a { background-color: #88D28A; }
a { background-color: rgb(136,210,138); }
div.DivClassName
{
background-color: #88D28A;
}
.BgClassName
{
background-color: #88D28A;
}
</style>
border-color css
<style>
span { border-color: #88D28A; }
span { border-color: rgb(136,210,138); }
td.TdClassName
{
border-color: #88D28A;
}
.TagClassName
{
border-color: #88D28A;
}
</style>