Shades of De York #8CDC84
Tints of De York #8CDC84
RGB
CMYK
RGB Variations
Color information
#8CDC84 (or 0x8CDC84) is known color: De York. HEX triplet: 8C, DC and 84. RGB value is (140,220,132). Sum of RGB (Red+Green+Blue) = 140+220+132=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC84 is #73237B. Grayscale: #BABABA. Windows color (decimal): -7545724 or 8707212. OLE color: 8707212.
HSL color Cylindrical-coordinate representation of color #8CDC84: hue angle of 114.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDC84 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 132 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.14 |
| HSL | 114.55º | 0.56% | 0.69% | - |
| HSV(B) | 114.55º | 0.4% | 0.86% | - |
| XYZ | 40.57 | 58.43 | 30.97 | - |
| YUV | 186.05 | 97.5 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 132 | 0.36 | 0 | 0.40 | 0.14 | 114.55 | 0.56 | 0.69 |
| Hex | 8C | DC | 84 | 24 | 0 | 28 | E | 73 | 38 | 45 |
| Octal | 214 | 334 | 204 | 44 | 0 | 50 | 16 | 163 | 70 | 105 |
| Binary | 10001100 | 11011100 | 10000100 | 100100 | 0 | 101000 | 1110 | 1110011 | 111000 | 1000101 |
Color Harmonies of #8CDC84
Complementary color
Monochromatic Colors of #8CDC84
Black with #8CDC84
Text Example
Text Example
White with #8CDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC84; }
p { color: rgb(140,220,132); }
H1.HeaderClassName
{
color: #8CDC84;
}
.AnyTagClassName
{
color: #8CDC84;
}
</style>
background-color css
<style>
a { background-color: #8CDC84; }
a { background-color: rgb(140,220,132); }
div.DivClassName
{
background-color: #8CDC84;
}
.BgClassName
{
background-color: #8CDC84;
}
</style>
border-color css
<style>
span { border-color: #8CDC84; }
span { border-color: rgb(140,220,132); }
td.TdClassName
{
border-color: #8CDC84;
}
.TagClassName
{
border-color: #8CDC84;
}
</style>