Shades of De York #8ADC84
Tints of De York #8ADC84
RGB
CMYK
RGB Variations
Color information
#8ADC84 (or 0x8ADC84) is known color: De York. HEX triplet: 8A, DC and 84. RGB value is (138,220,132). Sum of RGB (Red+Green+Blue) = 138+220+132=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC84 is #75237B. Grayscale: #B9B9B9. Windows color (decimal): -7676796 or 8707210. OLE color: 8707210.
HSL color Cylindrical-coordinate representation of color #8ADC84: hue angle of 115.91º 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 #8ADC84 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 132 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.14 |
| HSL | 115.91º | 0.56% | 0.69% | - |
| HSV(B) | 115.91º | 0.4% | 0.86% | - |
| XYZ | 40.24 | 58.26 | 30.95 | - |
| YUV | 185.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 132 | 0.37 | 0 | 0.40 | 0.14 | 115.91 | 0.56 | 0.69 |
| Hex | 8A | DC | 84 | 25 | 0 | 28 | E | 74 | 38 | 45 |
| Octal | 212 | 334 | 204 | 45 | 0 | 50 | 16 | 164 | 70 | 105 |
| Binary | 10001010 | 11011100 | 10000100 | 100101 | 0 | 101000 | 1110 | 1110100 | 111000 | 1000101 |
Color Harmonies of #8ADC84
Complementary color
Monochromatic Colors of #8ADC84
Black with #8ADC84
Text Example
Text Example
White with #8ADC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC84; }
p { color: rgb(138,220,132); }
H1.HeaderClassName
{
color: #8ADC84;
}
.AnyTagClassName
{
color: #8ADC84;
}
</style>
background-color css
<style>
a { background-color: #8ADC84; }
a { background-color: rgb(138,220,132); }
div.DivClassName
{
background-color: #8ADC84;
}
.BgClassName
{
background-color: #8ADC84;
}
</style>
border-color css
<style>
span { border-color: #8ADC84; }
span { border-color: rgb(138,220,132); }
td.TdClassName
{
border-color: #8ADC84;
}
.TagClassName
{
border-color: #8ADC84;
}
</style>