Shades of De York #8DCE85
Tints of De York #8DCE85
RGB
CMYK
RGB Variations
Color information
#8DCE85 (or 0x8DCE85) is known color: De York. HEX triplet: 8D, CE and 85. RGB value is (141,206,133). Sum of RGB (Red+Green+Blue) = 141+206+133=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE85 is #72317A. Grayscale: #B2B2B2. Windows color (decimal): -7483771 or 8769165. OLE color: 8769165.
HSL color Cylindrical-coordinate representation of color #8DCE85: hue angle of 113.42º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DCE85 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 206 | 133 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.19 |
| HSL | 113.42º | 0.43% | 0.66% | - |
| HSV(B) | 113.42º | 0.35% | 0.81% | - |
| XYZ | 37.29 | 51.5 | 30.17 | - |
| YUV | 178.24 | 102.47 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 206 | 133 | 0.32 | 0 | 0.35 | 0.19 | 113.42 | 0.43 | 0.66 |
| Hex | 8D | CE | 85 | 20 | 0 | 23 | 13 | 71 | 2B | 42 |
| Octal | 215 | 316 | 205 | 40 | 0 | 43 | 23 | 161 | 53 | 102 |
| Binary | 10001101 | 11001110 | 10000101 | 100000 | 0 | 100011 | 10011 | 1110001 | 101011 | 1000010 |
Color Harmonies of #8DCE85
Complementary color
Monochromatic Colors of #8DCE85
Black with #8DCE85
Text Example
Text Example
White with #8DCE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCE85; }
p { color: rgb(141,206,133); }
H1.HeaderClassName
{
color: #8DCE85;
}
.AnyTagClassName
{
color: #8DCE85;
}
</style>
background-color css
<style>
a { background-color: #8DCE85; }
a { background-color: rgb(141,206,133); }
div.DivClassName
{
background-color: #8DCE85;
}
.BgClassName
{
background-color: #8DCE85;
}
</style>
border-color css
<style>
span { border-color: #8DCE85; }
span { border-color: rgb(141,206,133); }
td.TdClassName
{
border-color: #8DCE85;
}
.TagClassName
{
border-color: #8DCE85;
}
</style>