Shades of De York #8DCB7F
Tints of De York #8DCB7F
RGB
CMYK
RGB Variations
Color information
#8DCB7F (or 0x8DCB7F) is known color: De York. HEX triplet: 8D, CB and 7F. RGB value is (141,203,127). Sum of RGB (Red+Green+Blue) = 141+203+127=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB7F is #723480. Grayscale: #B0B0B0. Windows color (decimal): -7484545 or 8375181. OLE color: 8375181.
HSL color Cylindrical-coordinate representation of color #8DCB7F: hue angle of 108.95º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DCB7F is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 203 | 127 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.20 |
| HSL | 108.95º | 0.42% | 0.65% | - |
| HSV(B) | 108.95º | 0.37% | 0.8% | - |
| XYZ | 36.17 | 49.91 | 27.81 | - |
| YUV | 175.8 | 100.46 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 203 | 127 | 0.31 | 0 | 0.37 | 0.20 | 108.95 | 0.42 | 0.65 |
| Hex | 8D | CB | 7F | 1F | 0 | 25 | 14 | 6D | 2A | 41 |
| Octal | 215 | 313 | 177 | 37 | 0 | 45 | 24 | 155 | 52 | 101 |
| Binary | 10001101 | 11001011 | 1111111 | 11111 | 0 | 100101 | 10100 | 1101101 | 101010 | 1000001 |
Color Harmonies of #8DCB7F
Complementary color
Monochromatic Colors of #8DCB7F
Black with #8DCB7F
Text Example
Text Example
White with #8DCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCB7F; }
p { color: rgb(141,203,127); }
H1.HeaderClassName
{
color: #8DCB7F;
}
.AnyTagClassName
{
color: #8DCB7F;
}
</style>
background-color css
<style>
a { background-color: #8DCB7F; }
a { background-color: rgb(141,203,127); }
div.DivClassName
{
background-color: #8DCB7F;
}
.BgClassName
{
background-color: #8DCB7F;
}
</style>
border-color css
<style>
span { border-color: #8DCB7F; }
span { border-color: rgb(141,203,127); }
td.TdClassName
{
border-color: #8DCB7F;
}
.TagClassName
{
border-color: #8DCB7F;
}
</style>