Shades of De York #8CCC94
Tints of De York #8CCC94
RGB
CMYK
RGB Variations
Color information
#8CCC94 (or 0x8CCC94) is known color: De York. HEX triplet: 8C, CC and 94. RGB value is (140,204,148). Sum of RGB (Red+Green+Blue) = 140+204+148=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC94 is #73336B. Grayscale: #B2B2B2. Windows color (decimal): -7549804 or 9751692. OLE color: 9751692.
HSL color Cylindrical-coordinate representation of color #8CCC94: hue angle of 127.5º 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 #8CCC94 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 148 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.2 |
| HSL | 127.5º | 0.39% | 0.67% | - |
| HSV(B) | 127.5º | 0.31% | 0.8% | - |
| XYZ | 37.75 | 50.9 | 35.85 | - |
| YUV | 178.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 148 | 0.31 | 0 | 0.27 | 0.2 | 127.5 | 0.39 | 0.67 |
| Hex | 8C | CC | 94 | 1F | 0 | 1B | 14 | 80 | 27 | 43 |
| Octal | 214 | 314 | 224 | 37 | 0 | 33 | 24 | 200 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10010100 | 11111 | 0 | 11011 | 10100 | 10000000 | 100111 | 1000011 |
Color Harmonies of #8CCC94
Complementary color
Monochromatic Colors of #8CCC94
Black with #8CCC94
Text Example
Text Example
White with #8CCC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC94; }
p { color: rgb(140,204,148); }
H1.HeaderClassName
{
color: #8CCC94;
}
.AnyTagClassName
{
color: #8CCC94;
}
</style>
background-color css
<style>
a { background-color: #8CCC94; }
a { background-color: rgb(140,204,148); }
div.DivClassName
{
background-color: #8CCC94;
}
.BgClassName
{
background-color: #8CCC94;
}
</style>
border-color css
<style>
span { border-color: #8CCC94; }
span { border-color: rgb(140,204,148); }
td.TdClassName
{
border-color: #8CCC94;
}
.TagClassName
{
border-color: #8CCC94;
}
</style>