Shades of De York #8DCD96
Tints of De York #8DCD96
RGB
CMYK
RGB Variations
Color information
#8DCD96 (or 0x8DCD96) is known color: De York. HEX triplet: 8D, CD and 96. RGB value is (141,205,150). Sum of RGB (Red+Green+Blue) = 141+205+150=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 205 (80.47% from 255 or 41.33% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD96 is #723269. Grayscale: #B3B3B3. Windows color (decimal): -7484010 or 9883021. OLE color: 9883021.
HSL color Cylindrical-coordinate representation of color #8DCD96: hue angle of 128.44º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCD96 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 150 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.20 |
| HSL | 128.44º | 0.39% | 0.68% | - |
| HSV(B) | 128.44º | 0.31% | 0.8% | - |
| XYZ | 38.32 | 51.53 | 36.78 | - |
| YUV | 179.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 150 | 0.31 | 0 | 0.27 | 0.20 | 128.44 | 0.39 | 0.68 |
| Hex | 8D | CD | 96 | 1F | 0 | 1B | 14 | 80 | 27 | 44 |
| Octal | 215 | 315 | 226 | 37 | 0 | 33 | 24 | 200 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10010110 | 11111 | 0 | 11011 | 10100 | 10000000 | 100111 | 1000100 |
Color Harmonies of #8DCD96
Complementary color
Monochromatic Colors of #8DCD96
Black with #8DCD96
Text Example
Text Example
White with #8DCD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD96; }
p { color: rgb(141,205,150); }
H1.HeaderClassName
{
color: #8DCD96;
}
.AnyTagClassName
{
color: #8DCD96;
}
</style>
background-color css
<style>
a { background-color: #8DCD96; }
a { background-color: rgb(141,205,150); }
div.DivClassName
{
background-color: #8DCD96;
}
.BgClassName
{
background-color: #8DCD96;
}
</style>
border-color css
<style>
span { border-color: #8DCD96; }
span { border-color: rgb(141,205,150); }
td.TdClassName
{
border-color: #8DCD96;
}
.TagClassName
{
border-color: #8DCD96;
}
</style>