Shades of De York #8CCA8F
Tints of De York #8CCA8F
RGB
CMYK
RGB Variations
Color information
#8CCA8F (or 0x8CCA8F) is known color: De York. HEX triplet: 8C, CA and 8F. RGB value is (140,202,143). Sum of RGB (Red+Green+Blue) = 140+202+143=485 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.87% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8F is #733570. Grayscale: #B0B0B0. Windows color (decimal): -7550321 or 9423500. OLE color: 9423500.
HSL color Cylindrical-coordinate representation of color #8CCA8F: hue angle of 122.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCA8F is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 143 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.21 |
| HSL | 122.9º | 0.37% | 0.67% | - |
| HSV(B) | 122.9º | 0.31% | 0.79% | - |
| XYZ | 36.89 | 49.8 | 33.65 | - |
| YUV | 176.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 143 | 0.31 | 0 | 0.29 | 0.21 | 122.9 | 0.37 | 0.67 |
| Hex | 8C | CA | 8F | 1F | 0 | 1D | 15 | 7B | 25 | 43 |
| Octal | 214 | 312 | 217 | 37 | 0 | 35 | 25 | 173 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10001111 | 11111 | 0 | 11101 | 10101 | 1111011 | 100101 | 1000011 |
Color Harmonies of #8CCA8F
Complementary color
Monochromatic Colors of #8CCA8F
Black with #8CCA8F
Text Example
Text Example
White with #8CCA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA8F; }
p { color: rgb(140,202,143); }
H1.HeaderClassName
{
color: #8CCA8F;
}
.AnyTagClassName
{
color: #8CCA8F;
}
</style>
background-color css
<style>
a { background-color: #8CCA8F; }
a { background-color: rgb(140,202,143); }
div.DivClassName
{
background-color: #8CCA8F;
}
.BgClassName
{
background-color: #8CCA8F;
}
</style>
border-color css
<style>
span { border-color: #8CCA8F; }
span { border-color: rgb(140,202,143); }
td.TdClassName
{
border-color: #8CCA8F;
}
.TagClassName
{
border-color: #8CCA8F;
}
</style>