Shades of De York #8DD087
Tints of De York #8DD087
RGB
CMYK
RGB Variations
Color information
#8DD087 (or 0x8DD087) is known color: De York. HEX triplet: 8D, D0 and 87. RGB value is (141,208,135). Sum of RGB (Red+Green+Blue) = 141+208+135=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD087 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD087 is #722F78. Grayscale: #B3B3B3. Windows color (decimal): -7483257 or 8900749. OLE color: 8900749.
HSL color Cylindrical-coordinate representation of color #8DD087: hue angle of 115.07º degrees, saturation: 0.44, 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 #8DD087 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 208 | 135 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.18 |
| HSL | 115.07º | 0.44% | 0.67% | - |
| HSV(B) | 115.07º | 0.35% | 0.82% | - |
| XYZ | 37.91 | 52.52 | 31.06 | - |
| YUV | 179.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 208 | 135 | 0.32 | 0 | 0.35 | 0.18 | 115.07 | 0.44 | 0.67 |
| Hex | 8D | D0 | 87 | 20 | 0 | 23 | 12 | 73 | 2C | 43 |
| Octal | 215 | 320 | 207 | 40 | 0 | 43 | 22 | 163 | 54 | 103 |
| Binary | 10001101 | 11010000 | 10000111 | 100000 | 0 | 100011 | 10010 | 1110011 | 101100 | 1000011 |
Color Harmonies of #8DD087
Complementary color
Monochromatic Colors of #8DD087
Black with #8DD087
Text Example
Text Example
White with #8DD087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD087; }
p { color: rgb(141,208,135); }
H1.HeaderClassName
{
color: #8DD087;
}
.AnyTagClassName
{
color: #8DD087;
}
</style>
background-color css
<style>
a { background-color: #8DD087; }
a { background-color: rgb(141,208,135); }
div.DivClassName
{
background-color: #8DD087;
}
.BgClassName
{
background-color: #8DD087;
}
</style>
border-color css
<style>
span { border-color: #8DD087; }
span { border-color: rgb(141,208,135); }
td.TdClassName
{
border-color: #8DD087;
}
.TagClassName
{
border-color: #8DD087;
}
</style>