Shades of De York #8DD088
Tints of De York #8DD088
RGB
CMYK
RGB Variations
Color information
#8DD088 (or 0x8DD088) is known color: De York. HEX triplet: 8D, D0 and 88. RGB value is (141,208,136). Sum of RGB (Red+Green+Blue) = 141+208+136=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD088 is #722F77. Grayscale: #B3B3B3. Windows color (decimal): -7483256 or 8966285. OLE color: 8966285.
HSL color Cylindrical-coordinate representation of color #8DD088: hue angle of 115.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD088 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 136 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.18 |
| HSL | 115.83º | 0.43% | 0.67% | - |
| HSV(B) | 115.83º | 0.35% | 0.82% | - |
| XYZ | 37.98 | 52.55 | 31.43 | - |
| YUV | 179.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 136 | 0.32 | 0 | 0.35 | 0.18 | 115.83 | 0.43 | 0.67 |
| Hex | 8D | D0 | 88 | 20 | 0 | 23 | 12 | 74 | 2B | 43 |
| Octal | 215 | 320 | 210 | 40 | 0 | 43 | 22 | 164 | 53 | 103 |
| Binary | 10001101 | 11010000 | 10001000 | 100000 | 0 | 100011 | 10010 | 1110100 | 101011 | 1000011 |
Color Harmonies of #8DD088
Complementary color
Monochromatic Colors of #8DD088
Black with #8DD088
Text Example
Text Example
White with #8DD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD088; }
p { color: rgb(141,208,136); }
H1.HeaderClassName
{
color: #8DD088;
}
.AnyTagClassName
{
color: #8DD088;
}
</style>
background-color css
<style>
a { background-color: #8DD088; }
a { background-color: rgb(141,208,136); }
div.DivClassName
{
background-color: #8DD088;
}
.BgClassName
{
background-color: #8DD088;
}
</style>
border-color css
<style>
span { border-color: #8DD088; }
span { border-color: rgb(141,208,136); }
td.TdClassName
{
border-color: #8DD088;
}
.TagClassName
{
border-color: #8DD088;
}
</style>