Shades of De York #8DCB8C
Tints of De York #8DCB8C
RGB
CMYK
RGB Variations
Color information
#8DCB8C (or 0x8DCB8C) is known color: De York. HEX triplet: 8D, CB and 8C. RGB value is (141,203,140). Sum of RGB (Red+Green+Blue) = 141+203+140=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCB8C is #723473. Grayscale: #B1B1B1. Windows color (decimal): -7484532 or 9227149. OLE color: 9227149.
HSL color Cylindrical-coordinate representation of color #8DCB8C: hue angle of 119.05º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCB8C is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 140 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.20 |
| HSL | 119.05º | 0.38% | 0.67% | - |
| HSV(B) | 119.05º | 0.31% | 0.8% | - |
| XYZ | 37.07 | 50.27 | 32.56 | - |
| YUV | 177.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 140 | 0.31 | 0 | 0.31 | 0.20 | 119.05 | 0.38 | 0.67 |
| Hex | 8D | CB | 8C | 1F | 0 | 1F | 14 | 77 | 26 | 43 |
| Octal | 215 | 313 | 214 | 37 | 0 | 37 | 24 | 167 | 46 | 103 |
| Binary | 10001101 | 11001011 | 10001100 | 11111 | 0 | 11111 | 10100 | 1110111 | 100110 | 1000011 |
Color Harmonies of #8DCB8C
Complementary color
Monochromatic Colors of #8DCB8C
Black with #8DCB8C
Text Example
Text Example
White with #8DCB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB8C; }
p { color: rgb(141,203,140); }
H1.HeaderClassName
{
color: #8DCB8C;
}
.AnyTagClassName
{
color: #8DCB8C;
}
</style>
background-color css
<style>
a { background-color: #8DCB8C; }
a { background-color: rgb(141,203,140); }
div.DivClassName
{
background-color: #8DCB8C;
}
.BgClassName
{
background-color: #8DCB8C;
}
</style>
border-color css
<style>
span { border-color: #8DCB8C; }
span { border-color: rgb(141,203,140); }
td.TdClassName
{
border-color: #8DCB8C;
}
.TagClassName
{
border-color: #8DCB8C;
}
</style>