Shades of De York #8DCB90
Tints of De York #8DCB90
RGB
CMYK
RGB Variations
Color information
#8DCB90 (or 0x8DCB90) is known color: De York. HEX triplet: 8D, CB and 90. RGB value is (141,203,144). Sum of RGB (Red+Green+Blue) = 141+203+144=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 203 (79.69% from 255 or 41.60% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCB90 is #72346F. Grayscale: #B1B1B1. Windows color (decimal): -7484528 or 9489293. OLE color: 9489293.
HSL color Cylindrical-coordinate representation of color #8DCB90: hue angle of 122.9º degrees, saturation: 0.37, 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 #8DCB90 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 144 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.20 |
| HSL | 122.9º | 0.37% | 0.67% | - |
| HSV(B) | 122.9º | 0.31% | 0.8% | - |
| XYZ | 37.37 | 50.39 | 34.14 | - |
| YUV | 177.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 144 | 0.31 | 0 | 0.29 | 0.20 | 122.9 | 0.37 | 0.67 |
| Hex | 8D | CB | 90 | 1F | 0 | 1D | 14 | 7B | 25 | 43 |
| Octal | 215 | 313 | 220 | 37 | 0 | 35 | 24 | 173 | 45 | 103 |
| Binary | 10001101 | 11001011 | 10010000 | 11111 | 0 | 11101 | 10100 | 1111011 | 100101 | 1000011 |
Color Harmonies of #8DCB90
Complementary color
Monochromatic Colors of #8DCB90
Black with #8DCB90
Text Example
Text Example
White with #8DCB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB90; }
p { color: rgb(141,203,144); }
H1.HeaderClassName
{
color: #8DCB90;
}
.AnyTagClassName
{
color: #8DCB90;
}
</style>
background-color css
<style>
a { background-color: #8DCB90; }
a { background-color: rgb(141,203,144); }
div.DivClassName
{
background-color: #8DCB90;
}
.BgClassName
{
background-color: #8DCB90;
}
</style>
border-color css
<style>
span { border-color: #8DCB90; }
span { border-color: rgb(141,203,144); }
td.TdClassName
{
border-color: #8DCB90;
}
.TagClassName
{
border-color: #8DCB90;
}
</style>