Shades of De York #8CCF87
Tints of De York #8CCF87
RGB
CMYK
RGB Variations
Color information
#8CCF87 (or 0x8CCF87) is known color: De York. HEX triplet: 8C, CF and 87. RGB value is (140,207,135). Sum of RGB (Red+Green+Blue) = 140+207+135=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF87 is #733078. Grayscale: #B2B2B2. Windows color (decimal): -7549049 or 8900492. OLE color: 8900492.
HSL color Cylindrical-coordinate representation of color #8CCF87: hue angle of 115.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CCF87 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 135 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.19 |
| HSL | 115.83º | 0.43% | 0.67% | - |
| HSV(B) | 115.83º | 0.35% | 0.81% | - |
| XYZ | 37.5 | 51.95 | 30.97 | - |
| YUV | 178.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 135 | 0.32 | 0 | 0.35 | 0.19 | 115.83 | 0.43 | 0.67 |
| Hex | 8C | CF | 87 | 20 | 0 | 23 | 13 | 74 | 2B | 43 |
| Octal | 214 | 317 | 207 | 40 | 0 | 43 | 23 | 164 | 53 | 103 |
| Binary | 10001100 | 11001111 | 10000111 | 100000 | 0 | 100011 | 10011 | 1110100 | 101011 | 1000011 |
Color Harmonies of #8CCF87
Complementary color
Monochromatic Colors of #8CCF87
Black with #8CCF87
Text Example
Text Example
White with #8CCF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF87; }
p { color: rgb(140,207,135); }
H1.HeaderClassName
{
color: #8CCF87;
}
.AnyTagClassName
{
color: #8CCF87;
}
</style>
background-color css
<style>
a { background-color: #8CCF87; }
a { background-color: rgb(140,207,135); }
div.DivClassName
{
background-color: #8CCF87;
}
.BgClassName
{
background-color: #8CCF87;
}
</style>
border-color css
<style>
span { border-color: #8CCF87; }
span { border-color: rgb(140,207,135); }
td.TdClassName
{
border-color: #8CCF87;
}
.TagClassName
{
border-color: #8CCF87;
}
</style>