Shades of De York #8CCA8B
Tints of De York #8CCA8B
RGB
CMYK
RGB Variations
Color information
#8CCA8B (or 0x8CCA8B) is known color: De York. HEX triplet: 8C, CA and 8B. RGB value is (140,202,139). Sum of RGB (Red+Green+Blue) = 140+202+139=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA8B is #733574. Grayscale: #B0B0B0. Windows color (decimal): -7550325 or 9161356. OLE color: 9161356.
HSL color Cylindrical-coordinate representation of color #8CCA8B: hue angle of 119.05º 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 #8CCA8B is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 139 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.21 |
| HSL | 119.05º | 0.37% | 0.67% | - |
| HSV(B) | 119.05º | 0.31% | 0.79% | - |
| XYZ | 36.6 | 49.68 | 32.09 | - |
| YUV | 176.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 139 | 0.31 | 0 | 0.31 | 0.21 | 119.05 | 0.37 | 0.67 |
| Hex | 8C | CA | 8B | 1F | 0 | 1F | 15 | 77 | 25 | 43 |
| Octal | 214 | 312 | 213 | 37 | 0 | 37 | 25 | 167 | 45 | 103 |
| Binary | 10001100 | 11001010 | 10001011 | 11111 | 0 | 11111 | 10101 | 1110111 | 100101 | 1000011 |
Color Harmonies of #8CCA8B
Complementary color
Monochromatic Colors of #8CCA8B
Black with #8CCA8B
Text Example
Text Example
White with #8CCA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA8B; }
p { color: rgb(140,202,139); }
H1.HeaderClassName
{
color: #8CCA8B;
}
.AnyTagClassName
{
color: #8CCA8B;
}
</style>
background-color css
<style>
a { background-color: #8CCA8B; }
a { background-color: rgb(140,202,139); }
div.DivClassName
{
background-color: #8CCA8B;
}
.BgClassName
{
background-color: #8CCA8B;
}
</style>
border-color css
<style>
span { border-color: #8CCA8B; }
span { border-color: rgb(140,202,139); }
td.TdClassName
{
border-color: #8CCA8B;
}
.TagClassName
{
border-color: #8CCA8B;
}
</style>