Shades of De York #8CCC96
Tints of De York #8CCC96
RGB
CMYK
RGB Variations
Color information
#8CCC96 (or 0x8CCC96) is known color: De York. HEX triplet: 8C, CC and 96. RGB value is (140,204,150). Sum of RGB (Red+Green+Blue) = 140+204+150=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 150 (58.98% from 255 or 30.36% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC96 is #733369. Grayscale: #B2B2B2. Windows color (decimal): -7549802 or 9882764. OLE color: 9882764.
HSL color Cylindrical-coordinate representation of color #8CCC96: hue angle of 129.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCC96 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 150 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.2 |
| HSL | 129.38º | 0.39% | 0.67% | - |
| HSV(B) | 129.38º | 0.31% | 0.8% | - |
| XYZ | 37.91 | 50.96 | 36.69 | - |
| YUV | 178.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 150 | 0.31 | 0 | 0.26 | 0.2 | 129.38 | 0.39 | 0.67 |
| Hex | 8C | CC | 96 | 1F | 0 | 1A | 14 | 81 | 27 | 43 |
| Octal | 214 | 314 | 226 | 37 | 0 | 32 | 24 | 201 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10010110 | 11111 | 0 | 11010 | 10100 | 10000001 | 100111 | 1000011 |
Color Harmonies of #8CCC96
Complementary color
Monochromatic Colors of #8CCC96
Black with #8CCC96
Text Example
Text Example
White with #8CCC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC96; }
p { color: rgb(140,204,150); }
H1.HeaderClassName
{
color: #8CCC96;
}
.AnyTagClassName
{
color: #8CCC96;
}
</style>
background-color css
<style>
a { background-color: #8CCC96; }
a { background-color: rgb(140,204,150); }
div.DivClassName
{
background-color: #8CCC96;
}
.BgClassName
{
background-color: #8CCC96;
}
</style>
border-color css
<style>
span { border-color: #8CCC96; }
span { border-color: rgb(140,204,150); }
td.TdClassName
{
border-color: #8CCC96;
}
.TagClassName
{
border-color: #8CCC96;
}
</style>