Shades of De York #8DCA7F
Tints of De York #8DCA7F
RGB
CMYK
RGB Variations
Color information
#8DCA7F (or 0x8DCA7F) is known color: De York. HEX triplet: 8D, CA and 7F. RGB value is (141,202,127). Sum of RGB (Red+Green+Blue) = 141+202+127=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCA7F is #723580. Grayscale: #AFAFAF. Windows color (decimal): -7484801 or 8374925. OLE color: 8374925.
HSL color Cylindrical-coordinate representation of color #8DCA7F: hue angle of 108.8º 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 #8DCA7F is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 127 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.21 |
| HSL | 108.8º | 0.41% | 0.65% | - |
| HSV(B) | 108.8º | 0.37% | 0.79% | - |
| XYZ | 35.94 | 49.44 | 27.73 | - |
| YUV | 175.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 127 | 0.30 | 0 | 0.37 | 0.21 | 108.8 | 0.41 | 0.65 |
| Hex | 8D | CA | 7F | 1E | 0 | 25 | 15 | 6D | 29 | 41 |
| Octal | 215 | 312 | 177 | 36 | 0 | 45 | 25 | 155 | 51 | 101 |
| Binary | 10001101 | 11001010 | 1111111 | 11110 | 0 | 100101 | 10101 | 1101101 | 101001 | 1000001 |
Color Harmonies of #8DCA7F
Complementary color
Monochromatic Colors of #8DCA7F
Black with #8DCA7F
Text Example
Text Example
White with #8DCA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCA7F; }
p { color: rgb(141,202,127); }
H1.HeaderClassName
{
color: #8DCA7F;
}
.AnyTagClassName
{
color: #8DCA7F;
}
</style>
background-color css
<style>
a { background-color: #8DCA7F; }
a { background-color: rgb(141,202,127); }
div.DivClassName
{
background-color: #8DCA7F;
}
.BgClassName
{
background-color: #8DCA7F;
}
</style>
border-color css
<style>
span { border-color: #8DCA7F; }
span { border-color: rgb(141,202,127); }
td.TdClassName
{
border-color: #8DCA7F;
}
.TagClassName
{
border-color: #8DCA7F;
}
</style>