Shades of De York #8CCA84
Tints of De York #8CCA84
RGB
CMYK
RGB Variations
Color information
#8CCA84 (or 0x8CCA84) is known color: De York. HEX triplet: 8C, CA and 84. RGB value is (140,202,132). Sum of RGB (Red+Green+Blue) = 140+202+132=474 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.54% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCA84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCA84 is #73357B. Grayscale: #AFAFAF. Windows color (decimal): -7550332 or 8702604. OLE color: 8702604.
HSL color Cylindrical-coordinate representation of color #8CCA84: hue angle of 113.14º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CCA84 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 202 | 132 | - |
| CMYK | 0.31 | 0 | 0.35 | 0.21 |
| HSL | 113.14º | 0.4% | 0.65% | - |
| HSV(B) | 113.14º | 0.35% | 0.79% | - |
| XYZ | 36.1 | 49.48 | 29.48 | - |
| YUV | 175.48 | 103.46 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 202 | 132 | 0.31 | 0 | 0.35 | 0.21 | 113.14 | 0.4 | 0.65 |
| Hex | 8C | CA | 84 | 1F | 0 | 23 | 15 | 71 | 28 | 41 |
| Octal | 214 | 312 | 204 | 37 | 0 | 43 | 25 | 161 | 50 | 101 |
| Binary | 10001100 | 11001010 | 10000100 | 11111 | 0 | 100011 | 10101 | 1110001 | 101000 | 1000001 |
Color Harmonies of #8CCA84
Complementary color
Monochromatic Colors of #8CCA84
Black with #8CCA84
Text Example
Text Example
White with #8CCA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCA84; }
p { color: rgb(140,202,132); }
H1.HeaderClassName
{
color: #8CCA84;
}
.AnyTagClassName
{
color: #8CCA84;
}
</style>
background-color css
<style>
a { background-color: #8CCA84; }
a { background-color: rgb(140,202,132); }
div.DivClassName
{
background-color: #8CCA84;
}
.BgClassName
{
background-color: #8CCA84;
}
</style>
border-color css
<style>
span { border-color: #8CCA84; }
span { border-color: rgb(140,202,132); }
td.TdClassName
{
border-color: #8CCA84;
}
.TagClassName
{
border-color: #8CCA84;
}
</style>