Shades of De York #8DCA88
Tints of De York #8DCA88
RGB
CMYK
RGB Variations
Color information
#8DCA88 (or 0x8DCA88) is known color: De York. HEX triplet: 8D, CA and 88. RGB value is (141,202,136). Sum of RGB (Red+Green+Blue) = 141+202+136=479 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.44% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA88 is #723577. Grayscale: #B0B0B0. Windows color (decimal): -7484792 or 8964749. OLE color: 8964749.
HSL color Cylindrical-coordinate representation of color #8DCA88: hue angle of 115.45º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DCA88 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 136 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.21 |
| HSL | 115.45º | 0.38% | 0.66% | - |
| HSV(B) | 115.45º | 0.33% | 0.79% | - |
| XYZ | 36.55 | 49.68 | 30.96 | - |
| YUV | 176.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 136 | 0.30 | 0 | 0.33 | 0.21 | 115.45 | 0.38 | 0.66 |
| Hex | 8D | CA | 88 | 1E | 0 | 21 | 15 | 73 | 26 | 42 |
| Octal | 215 | 312 | 210 | 36 | 0 | 41 | 25 | 163 | 46 | 102 |
| Binary | 10001101 | 11001010 | 10001000 | 11110 | 0 | 100001 | 10101 | 1110011 | 100110 | 1000010 |
Color Harmonies of #8DCA88
Complementary color
Monochromatic Colors of #8DCA88
Black with #8DCA88
Text Example
Text Example
White with #8DCA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA88; }
p { color: rgb(141,202,136); }
H1.HeaderClassName
{
color: #8DCA88;
}
.AnyTagClassName
{
color: #8DCA88;
}
</style>
background-color css
<style>
a { background-color: #8DCA88; }
a { background-color: rgb(141,202,136); }
div.DivClassName
{
background-color: #8DCA88;
}
.BgClassName
{
background-color: #8DCA88;
}
</style>
border-color css
<style>
span { border-color: #8DCA88; }
span { border-color: rgb(141,202,136); }
td.TdClassName
{
border-color: #8DCA88;
}
.TagClassName
{
border-color: #8DCA88;
}
</style>