Shades of De York #8DCD95
Tints of De York #8DCD95
RGB
CMYK
RGB Variations
Color information
#8DCD95 (or 0x8DCD95) is known color: De York. HEX triplet: 8D, CD and 95. RGB value is (141,205,149). Sum of RGB (Red+Green+Blue) = 141+205+149=495 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.48% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCD95 is #72326A. Grayscale: #B3B3B3. Windows color (decimal): -7484011 or 9817485. OLE color: 9817485.
HSL color Cylindrical-coordinate representation of color #8DCD95: hue angle of 127.5º 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 #8DCD95 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 149 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.20 |
| HSL | 127.5º | 0.39% | 0.68% | - |
| HSV(B) | 127.5º | 0.31% | 0.8% | - |
| XYZ | 38.24 | 51.5 | 36.36 | - |
| YUV | 179.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 149 | 0.31 | 0 | 0.27 | 0.20 | 127.5 | 0.39 | 0.68 |
| Hex | 8D | CD | 95 | 1F | 0 | 1B | 14 | 80 | 27 | 44 |
| Octal | 215 | 315 | 225 | 37 | 0 | 33 | 24 | 200 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10010101 | 11111 | 0 | 11011 | 10100 | 10000000 | 100111 | 1000100 |
Color Harmonies of #8DCD95
Complementary color
Monochromatic Colors of #8DCD95
Black with #8DCD95
Text Example
Text Example
White with #8DCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCD95; }
p { color: rgb(141,205,149); }
H1.HeaderClassName
{
color: #8DCD95;
}
.AnyTagClassName
{
color: #8DCD95;
}
</style>
background-color css
<style>
a { background-color: #8DCD95; }
a { background-color: rgb(141,205,149); }
div.DivClassName
{
background-color: #8DCD95;
}
.BgClassName
{
background-color: #8DCD95;
}
</style>
border-color css
<style>
span { border-color: #8DCD95; }
span { border-color: rgb(141,205,149); }
td.TdClassName
{
border-color: #8DCD95;
}
.TagClassName
{
border-color: #8DCD95;
}
</style>