Shades of De York #8CCA89
Tints of De York #8CCA89
RGB
CMYK
RGB Variations
Color information
#8CCA89 (or 0x8CCA89) is known color: De York. HEX triplet: 8C, CA and 89. RGB value is (140,202,137). Sum of RGB (Red+Green+Blue) = 140+202+137=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA89 is #733576. Grayscale: #B0B0B0. Windows color (decimal): -7550327 or 9030284. OLE color: 9030284.
HSL color Cylindrical-coordinate representation of color #8CCA89: hue angle of 117.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCA89 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 137 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.21 |
| HSL | 117.23º | 0.38% | 0.66% | - |
| HSV(B) | 117.23º | 0.32% | 0.79% | - |
| XYZ | 36.45 | 49.62 | 31.32 | - |
| YUV | 176.05 | 105.96 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 137 | 0.31 | 0 | 0.32 | 0.21 | 117.23 | 0.38 | 0.66 |
| Hex | 8C | CA | 89 | 1F | 0 | 20 | 15 | 75 | 26 | 42 |
| Octal | 214 | 312 | 211 | 37 | 0 | 40 | 25 | 165 | 46 | 102 |
| Binary | 10001100 | 11001010 | 10001001 | 11111 | 0 | 100000 | 10101 | 1110101 | 100110 | 1000010 |
Color Harmonies of #8CCA89
Complementary color
Monochromatic Colors of #8CCA89
Black with #8CCA89
Text Example
Text Example
White with #8CCA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA89; }
p { color: rgb(140,202,137); }
H1.HeaderClassName
{
color: #8CCA89;
}
.AnyTagClassName
{
color: #8CCA89;
}
</style>
background-color css
<style>
a { background-color: #8CCA89; }
a { background-color: rgb(140,202,137); }
div.DivClassName
{
background-color: #8CCA89;
}
.BgClassName
{
background-color: #8CCA89;
}
</style>
border-color css
<style>
span { border-color: #8CCA89; }
span { border-color: rgb(140,202,137); }
td.TdClassName
{
border-color: #8CCA89;
}
.TagClassName
{
border-color: #8CCA89;
}
</style>