Shades of De York #8DCA90
Tints of De York #8DCA90
RGB
CMYK
RGB Variations
Color information
#8DCA90 (or 0x8DCA90) is known color: De York. HEX triplet: 8D, CA and 90. RGB value is (141,202,144). Sum of RGB (Red+Green+Blue) = 141+202+144=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 144 (56.64% from 255 or 29.57% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA90 is #72356F. Grayscale: #B1B1B1. Windows color (decimal): -7484784 or 9489037. OLE color: 9489037.
HSL color Cylindrical-coordinate representation of color #8DCA90: hue angle of 122.95º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCA90 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 144 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.21 |
| HSL | 122.95º | 0.37% | 0.67% | - |
| HSV(B) | 122.95º | 0.3% | 0.79% | - |
| XYZ | 37.14 | 49.92 | 34.06 | - |
| YUV | 177.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 144 | 0.30 | 0 | 0.29 | 0.21 | 122.95 | 0.37 | 0.67 |
| Hex | 8D | CA | 90 | 1E | 0 | 1D | 15 | 7B | 25 | 43 |
| Octal | 215 | 312 | 220 | 36 | 0 | 35 | 25 | 173 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10010000 | 11110 | 0 | 11101 | 10101 | 1111011 | 100101 | 1000011 |
Color Harmonies of #8DCA90
Complementary color
Monochromatic Colors of #8DCA90
Black with #8DCA90
Text Example
Text Example
White with #8DCA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA90; }
p { color: rgb(141,202,144); }
H1.HeaderClassName
{
color: #8DCA90;
}
.AnyTagClassName
{
color: #8DCA90;
}
</style>
background-color css
<style>
a { background-color: #8DCA90; }
a { background-color: rgb(141,202,144); }
div.DivClassName
{
background-color: #8DCA90;
}
.BgClassName
{
background-color: #8DCA90;
}
</style>
border-color css
<style>
span { border-color: #8DCA90; }
span { border-color: rgb(141,202,144); }
td.TdClassName
{
border-color: #8DCA90;
}
.TagClassName
{
border-color: #8DCA90;
}
</style>