Shades of De York #8CCC91
Tints of De York #8CCC91
RGB
CMYK
RGB Variations
Color information
#8CCC91 (or 0x8CCC91) is known color: De York. HEX triplet: 8C, CC and 91. RGB value is (140,204,145). Sum of RGB (Red+Green+Blue) = 140+204+145=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCC91 is #73336E. Grayscale: #B2B2B2. Windows color (decimal): -7549807 or 9555084. OLE color: 9555084.
HSL color Cylindrical-coordinate representation of color #8CCC91: hue angle of 124.69º 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 #8CCC91 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 145 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.2 |
| HSL | 124.69º | 0.39% | 0.67% | - |
| HSV(B) | 124.69º | 0.31% | 0.8% | - |
| XYZ | 37.52 | 50.81 | 34.62 | - |
| YUV | 178.14 | 109.3 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 145 | 0.31 | 0 | 0.29 | 0.2 | 124.69 | 0.39 | 0.67 |
| Hex | 8C | CC | 91 | 1F | 0 | 1D | 14 | 7D | 27 | 43 |
| Octal | 214 | 314 | 221 | 37 | 0 | 35 | 24 | 175 | 47 | 103 |
| Binary | 10001100 | 11001100 | 10010001 | 11111 | 0 | 11101 | 10100 | 1111101 | 100111 | 1000011 |
Color Harmonies of #8CCC91
Complementary color
Monochromatic Colors of #8CCC91
Black with #8CCC91
Text Example
Text Example
White with #8CCC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC91; }
p { color: rgb(140,204,145); }
H1.HeaderClassName
{
color: #8CCC91;
}
.AnyTagClassName
{
color: #8CCC91;
}
</style>
background-color css
<style>
a { background-color: #8CCC91; }
a { background-color: rgb(140,204,145); }
div.DivClassName
{
background-color: #8CCC91;
}
.BgClassName
{
background-color: #8CCC91;
}
</style>
border-color css
<style>
span { border-color: #8CCC91; }
span { border-color: rgb(140,204,145); }
td.TdClassName
{
border-color: #8CCC91;
}
.TagClassName
{
border-color: #8CCC91;
}
</style>