Shades of De York #8DCA80
Tints of De York #8DCA80
RGB
CMYK
RGB Variations
Color information
#8DCA80 (or 0x8DCA80) is known color: De York. HEX triplet: 8D, CA and 80. RGB value is (141,202,128). Sum of RGB (Red+Green+Blue) = 141+202+128=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA80 is #72357F. Grayscale: #AFAFAF. Windows color (decimal): -7484800 or 8440461. OLE color: 8440461.
HSL color Cylindrical-coordinate representation of color #8DCA80: hue angle of 109.46º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DCA80 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 128 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.21 |
| HSL | 109.46º | 0.41% | 0.65% | - |
| HSV(B) | 109.46º | 0.37% | 0.79% | - |
| XYZ | 36 | 49.46 | 28.07 | - |
| YUV | 175.33 | 101.29 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 128 | 0.30 | 0 | 0.37 | 0.21 | 109.46 | 0.41 | 0.65 |
| Hex | 8D | CA | 80 | 1E | 0 | 25 | 15 | 6D | 29 | 41 |
| Octal | 215 | 312 | 200 | 36 | 0 | 45 | 25 | 155 | 51 | 101 |
| Binary | 10001101 | 11001010 | 10000000 | 11110 | 0 | 100101 | 10101 | 1101101 | 101001 | 1000001 |
Color Harmonies of #8DCA80
Complementary color
Monochromatic Colors of #8DCA80
Black with #8DCA80
Text Example
Text Example
White with #8DCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA80; }
p { color: rgb(141,202,128); }
H1.HeaderClassName
{
color: #8DCA80;
}
.AnyTagClassName
{
color: #8DCA80;
}
</style>
background-color css
<style>
a { background-color: #8DCA80; }
a { background-color: rgb(141,202,128); }
div.DivClassName
{
background-color: #8DCA80;
}
.BgClassName
{
background-color: #8DCA80;
}
</style>
border-color css
<style>
span { border-color: #8DCA80; }
span { border-color: rgb(141,202,128); }
td.TdClassName
{
border-color: #8DCA80;
}
.TagClassName
{
border-color: #8DCA80;
}
</style>