Shades of De York #88D27F
Tints of De York #88D27F
RGB
CMYK
RGB Variations
Color information
#88D27F (or 0x88D27F) is known color: De York. HEX triplet: 88, D2 and 7F. RGB value is (136,210,127). Sum of RGB (Red+Green+Blue) = 136+210+127=473 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.75% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #88D27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D27F is #772D80. Grayscale: #B2B2B2. Windows color (decimal): -7810433 or 8376968. OLE color: 8376968.
HSL color Cylindrical-coordinate representation of color #88D27F: hue angle of 113.49º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88D27F is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 210 | 127 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.18 |
| HSL | 113.49º | 0.48% | 0.66% | - |
| HSV(B) | 113.49º | 0.4% | 0.82% | - |
| XYZ | 37.03 | 52.86 | 28.33 | - |
| YUV | 178.41 | 98.98 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 210 | 127 | 0.35 | 0 | 0.40 | 0.18 | 113.49 | 0.48 | 0.66 |
| Hex | 88 | D2 | 7F | 23 | 0 | 28 | 12 | 71 | 30 | 42 |
| Octal | 210 | 322 | 177 | 43 | 0 | 50 | 22 | 161 | 60 | 102 |
| Binary | 10001000 | 11010010 | 1111111 | 100011 | 0 | 101000 | 10010 | 1110001 | 110000 | 1000010 |
Color Harmonies of #88D27F
Complementary color
Monochromatic Colors of #88D27F
Black with #88D27F
Text Example
Text Example
White with #88D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D27F; }
p { color: rgb(136,210,127); }
H1.HeaderClassName
{
color: #88D27F;
}
.AnyTagClassName
{
color: #88D27F;
}
</style>
background-color css
<style>
a { background-color: #88D27F; }
a { background-color: rgb(136,210,127); }
div.DivClassName
{
background-color: #88D27F;
}
.BgClassName
{
background-color: #88D27F;
}
</style>
border-color css
<style>
span { border-color: #88D27F; }
span { border-color: rgb(136,210,127); }
td.TdClassName
{
border-color: #88D27F;
}
.TagClassName
{
border-color: #88D27F;
}
</style>