Shades of De York #8CCD91
Tints of De York #8CCD91
RGB
CMYK
RGB Variations
Color information
#8CCD91 (or 0x8CCD91) is known color: De York. HEX triplet: 8C, CD and 91. RGB value is (140,205,145). Sum of RGB (Red+Green+Blue) = 140+205+145=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD91 is #73326E. Grayscale: #B2B2B2. Windows color (decimal): -7549551 or 9555340. OLE color: 9555340.
HSL color Cylindrical-coordinate representation of color #8CCD91: hue angle of 124.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD91 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 145 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.20 |
| HSL | 124.62º | 0.39% | 0.68% | - |
| HSV(B) | 124.62º | 0.32% | 0.8% | - |
| XYZ | 37.76 | 51.28 | 34.7 | - |
| YUV | 178.73 | 108.97 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 145 | 0.32 | 0 | 0.29 | 0.20 | 124.62 | 0.39 | 0.68 |
| Hex | 8C | CD | 91 | 20 | 0 | 1D | 14 | 7D | 27 | 44 |
| Octal | 214 | 315 | 221 | 40 | 0 | 35 | 24 | 175 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10010001 | 100000 | 0 | 11101 | 10100 | 1111101 | 100111 | 1000100 |
Color Harmonies of #8CCD91
Complementary color
Monochromatic Colors of #8CCD91
Black with #8CCD91
Text Example
Text Example
White with #8CCD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD91; }
p { color: rgb(140,205,145); }
H1.HeaderClassName
{
color: #8CCD91;
}
.AnyTagClassName
{
color: #8CCD91;
}
</style>
background-color css
<style>
a { background-color: #8CCD91; }
a { background-color: rgb(140,205,145); }
div.DivClassName
{
background-color: #8CCD91;
}
.BgClassName
{
background-color: #8CCD91;
}
</style>
border-color css
<style>
span { border-color: #8CCD91; }
span { border-color: rgb(140,205,145); }
td.TdClassName
{
border-color: #8CCD91;
}
.TagClassName
{
border-color: #8CCD91;
}
</style>