Shades of De York #8ADC85
Tints of De York #8ADC85
RGB
CMYK
RGB Variations
Color information
#8ADC85 (or 0x8ADC85) is known color: De York. HEX triplet: 8A, DC and 85. RGB value is (138,220,133). Sum of RGB (Red+Green+Blue) = 138+220+133=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADC85 is #75237A. Grayscale: #B9B9B9. Windows color (decimal): -7676795 or 8772746. OLE color: 8772746.
HSL color Cylindrical-coordinate representation of color #8ADC85: hue angle of 116.55º degrees, saturation: 0.55, 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 #8ADC85 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 133 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.14 |
| HSL | 116.55º | 0.55% | 0.69% | - |
| HSV(B) | 116.55º | 0.4% | 0.86% | - |
| XYZ | 40.31 | 58.28 | 31.32 | - |
| YUV | 185.56 | 98.33 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 133 | 0.37 | 0 | 0.40 | 0.14 | 116.55 | 0.55 | 0.69 |
| Hex | 8A | DC | 85 | 25 | 0 | 28 | E | 75 | 37 | 45 |
| Octal | 212 | 334 | 205 | 45 | 0 | 50 | 16 | 165 | 67 | 105 |
| Binary | 10001010 | 11011100 | 10000101 | 100101 | 0 | 101000 | 1110 | 1110101 | 110111 | 1000101 |
Color Harmonies of #8ADC85
Complementary color
Monochromatic Colors of #8ADC85
Black with #8ADC85
Text Example
Text Example
White with #8ADC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC85; }
p { color: rgb(138,220,133); }
H1.HeaderClassName
{
color: #8ADC85;
}
.AnyTagClassName
{
color: #8ADC85;
}
</style>
background-color css
<style>
a { background-color: #8ADC85; }
a { background-color: rgb(138,220,133); }
div.DivClassName
{
background-color: #8ADC85;
}
.BgClassName
{
background-color: #8ADC85;
}
</style>
border-color css
<style>
span { border-color: #8ADC85; }
span { border-color: rgb(138,220,133); }
td.TdClassName
{
border-color: #8ADC85;
}
.TagClassName
{
border-color: #8ADC85;
}
</style>