Shades of De York #8CCA80
Tints of De York #8CCA80
RGB
CMYK
RGB Variations
Color information
#8CCA80 (or 0x8CCA80) is known color: De York. HEX triplet: 8C, CA and 80. RGB value is (140,202,128). Sum of RGB (Red+Green+Blue) = 140+202+128=470 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.79% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA80 is #73357F. Grayscale: #AFAFAF. Windows color (decimal): -7550336 or 8440460. OLE color: 8440460.
HSL color Cylindrical-coordinate representation of color #8CCA80: hue angle of 110.27º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CCA80 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 128 | - |
| CMYK | 0.31 | 0 | 0.37 | 0.21 |
| HSL | 110.27º | 0.41% | 0.65% | - |
| HSV(B) | 110.27º | 0.37% | 0.79% | - |
| XYZ | 35.83 | 49.38 | 28.06 | - |
| YUV | 175.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 128 | 0.31 | 0 | 0.37 | 0.21 | 110.27 | 0.41 | 0.65 |
| Hex | 8C | CA | 80 | 1F | 0 | 25 | 15 | 6E | 29 | 41 |
| Octal | 214 | 312 | 200 | 37 | 0 | 45 | 25 | 156 | 51 | 101 |
| Binary | 10001100 | 11001010 | 10000000 | 11111 | 0 | 100101 | 10101 | 1101110 | 101001 | 1000001 |
Color Harmonies of #8CCA80
Complementary color
Monochromatic Colors of #8CCA80
Black with #8CCA80
Text Example
Text Example
White with #8CCA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA80; }
p { color: rgb(140,202,128); }
H1.HeaderClassName
{
color: #8CCA80;
}
.AnyTagClassName
{
color: #8CCA80;
}
</style>
background-color css
<style>
a { background-color: #8CCA80; }
a { background-color: rgb(140,202,128); }
div.DivClassName
{
background-color: #8CCA80;
}
.BgClassName
{
background-color: #8CCA80;
}
</style>
border-color css
<style>
span { border-color: #8CCA80; }
span { border-color: rgb(140,202,128); }
td.TdClassName
{
border-color: #8CCA80;
}
.TagClassName
{
border-color: #8CCA80;
}
</style>