Shades of De York #8CCF89
Tints of De York #8CCF89
RGB
CMYK
RGB Variations
Color information
#8CCF89 (or 0x8CCF89) is known color: De York. HEX triplet: 8C, CF and 89. RGB value is (140,207,137). Sum of RGB (Red+Green+Blue) = 140+207+137=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #8CCF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCF89 is #733076. Grayscale: #B3B3B3. Windows color (decimal): -7549047 or 9031564. OLE color: 9031564.
HSL color Cylindrical-coordinate representation of color #8CCF89: hue angle of 117.43º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CCF89 is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 207 | 137 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.19 |
| HSL | 117.43º | 0.42% | 0.67% | - |
| HSV(B) | 117.43º | 0.34% | 0.81% | - |
| XYZ | 37.64 | 52.01 | 31.72 | - |
| YUV | 178.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 207 | 137 | 0.32 | 0 | 0.34 | 0.19 | 117.43 | 0.42 | 0.67 |
| Hex | 8C | CF | 89 | 20 | 0 | 22 | 13 | 75 | 2A | 43 |
| Octal | 214 | 317 | 211 | 40 | 0 | 42 | 23 | 165 | 52 | 103 |
| Binary | 10001100 | 11001111 | 10001001 | 100000 | 0 | 100010 | 10011 | 1110101 | 101010 | 1000011 |
Color Harmonies of #8CCF89
Complementary color
Monochromatic Colors of #8CCF89
Black with #8CCF89
Text Example
Text Example
White with #8CCF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCF89; }
p { color: rgb(140,207,137); }
H1.HeaderClassName
{
color: #8CCF89;
}
.AnyTagClassName
{
color: #8CCF89;
}
</style>
background-color css
<style>
a { background-color: #8CCF89; }
a { background-color: rgb(140,207,137); }
div.DivClassName
{
background-color: #8CCF89;
}
.BgClassName
{
background-color: #8CCF89;
}
</style>
border-color css
<style>
span { border-color: #8CCF89; }
span { border-color: rgb(140,207,137); }
td.TdClassName
{
border-color: #8CCF89;
}
.TagClassName
{
border-color: #8CCF89;
}
</style>