Shades of De York #8CCB87
Tints of De York #8CCB87
RGB
CMYK
RGB Variations
Color information
#8CCB87 (or 0x8CCB87) is known color: De York. HEX triplet: 8C, CB and 87. RGB value is (140,203,135). Sum of RGB (Red+Green+Blue) = 140+203+135=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCB87 is #733478. Grayscale: #B0B0B0. Windows color (decimal): -7550073 or 8899468. OLE color: 8899468.
HSL color Cylindrical-coordinate representation of color #8CCB87: hue angle of 115.59º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CCB87 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 140 | 203 | 135 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.20 |
| HSL | 115.59º | 0.4% | 0.66% | - |
| HSV(B) | 115.59º | 0.33% | 0.8% | - |
| XYZ | 36.54 | 50.04 | 30.65 | - |
| YUV | 176.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 203 | 135 | 0.31 | 0 | 0.33 | 0.20 | 115.59 | 0.4 | 0.66 |
| Hex | 8C | CB | 87 | 1F | 0 | 21 | 14 | 74 | 28 | 42 |
| Octal | 214 | 313 | 207 | 37 | 0 | 41 | 24 | 164 | 50 | 102 |
| Binary | 10001100 | 11001011 | 10000111 | 11111 | 0 | 100001 | 10100 | 1110100 | 101000 | 1000010 |
Color Harmonies of #8CCB87
Complementary color
Monochromatic Colors of #8CCB87
Black with #8CCB87
Text Example
Text Example
White with #8CCB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCB87; }
p { color: rgb(140,203,135); }
H1.HeaderClassName
{
color: #8CCB87;
}
.AnyTagClassName
{
color: #8CCB87;
}
</style>
background-color css
<style>
a { background-color: #8CCB87; }
a { background-color: rgb(140,203,135); }
div.DivClassName
{
background-color: #8CCB87;
}
.BgClassName
{
background-color: #8CCB87;
}
</style>
border-color css
<style>
span { border-color: #8CCB87; }
span { border-color: rgb(140,203,135); }
td.TdClassName
{
border-color: #8CCB87;
}
.TagClassName
{
border-color: #8CCB87;
}
</style>