Shades of De York #8CCD95
Tints of De York #8CCD95
RGB
CMYK
RGB Variations
Color information
#8CCD95 (or 0x8CCD95) is known color: De York. HEX triplet: 8C, CD and 95. RGB value is (140,205,149). Sum of RGB (Red+Green+Blue) = 140+205+149=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD95 is #73326A. Grayscale: #B3B3B3. Windows color (decimal): -7549547 or 9817484. OLE color: 9817484.
HSL color Cylindrical-coordinate representation of color #8CCD95: hue angle of 128.31º 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 #8CCD95 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 205 | 149 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.20 |
| HSL | 128.31º | 0.39% | 0.68% | - |
| HSV(B) | 128.31º | 0.32% | 0.8% | - |
| XYZ | 38.07 | 51.41 | 36.35 | - |
| YUV | 179.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 205 | 149 | 0.32 | 0 | 0.27 | 0.20 | 128.31 | 0.39 | 0.68 |
| Hex | 8C | CD | 95 | 20 | 0 | 1B | 14 | 80 | 27 | 44 |
| Octal | 214 | 315 | 225 | 40 | 0 | 33 | 24 | 200 | 47 | 104 |
| Binary | 10001100 | 11001101 | 10010101 | 100000 | 0 | 11011 | 10100 | 10000000 | 100111 | 1000100 |
Color Harmonies of #8CCD95
Complementary color
Monochromatic Colors of #8CCD95
Black with #8CCD95
Text Example
Text Example
White with #8CCD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCD95; }
p { color: rgb(140,205,149); }
H1.HeaderClassName
{
color: #8CCD95;
}
.AnyTagClassName
{
color: #8CCD95;
}
</style>
background-color css
<style>
a { background-color: #8CCD95; }
a { background-color: rgb(140,205,149); }
div.DivClassName
{
background-color: #8CCD95;
}
.BgClassName
{
background-color: #8CCD95;
}
</style>
border-color css
<style>
span { border-color: #8CCD95; }
span { border-color: rgb(140,205,149); }
td.TdClassName
{
border-color: #8CCD95;
}
.TagClassName
{
border-color: #8CCD95;
}
</style>