Shades of De York #8CCD88
Tints of De York #8CCD88
RGB
CMYK
RGB Variations
Color information
#8CCD88 (or 0x8CCD88) is known color: De York. HEX triplet: 8C, CD and 88. RGB value is (140,205,136). Sum of RGB (Red+Green+Blue) = 140+205+136=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD88 is #733277. Grayscale: #B1B1B1. Windows color (decimal): -7549560 or 8965516. OLE color: 8965516.
HSL color Cylindrical-coordinate representation of color #8CCD88: hue angle of 116.52º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CCD88 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 136 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.20 |
| HSL | 116.52º | 0.41% | 0.67% | - |
| HSV(B) | 116.52º | 0.34% | 0.8% | - |
| XYZ | 37.09 | 51.02 | 31.18 | - |
| YUV | 177.7 | 104.47 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 136 | 0.32 | 0 | 0.34 | 0.20 | 116.52 | 0.41 | 0.67 |
| Hex | 8C | CD | 88 | 20 | 0 | 22 | 14 | 75 | 29 | 43 |
| Octal | 214 | 315 | 210 | 40 | 0 | 42 | 24 | 165 | 51 | 103 |
| Binary | 10001100 | 11001101 | 10001000 | 100000 | 0 | 100010 | 10100 | 1110101 | 101001 | 1000011 |
Color Harmonies of #8CCD88
Complementary color
Monochromatic Colors of #8CCD88
Black with #8CCD88
Text Example
Text Example
White with #8CCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD88; }
p { color: rgb(140,205,136); }
H1.HeaderClassName
{
color: #8CCD88;
}
.AnyTagClassName
{
color: #8CCD88;
}
</style>
background-color css
<style>
a { background-color: #8CCD88; }
a { background-color: rgb(140,205,136); }
div.DivClassName
{
background-color: #8CCD88;
}
.BgClassName
{
background-color: #8CCD88;
}
</style>
border-color css
<style>
span { border-color: #8CCD88; }
span { border-color: rgb(140,205,136); }
td.TdClassName
{
border-color: #8CCD88;
}
.TagClassName
{
border-color: #8CCD88;
}
</style>