Shades of De York #8ACD85
Tints of De York #8ACD85
RGB
CMYK
RGB Variations
Color information
#8ACD85 (or 0x8ACD85) is known color: De York. HEX triplet: 8A, CD and 85. RGB value is (138,205,133). Sum of RGB (Red+Green+Blue) = 138+205+133=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD85 is #75327A. Grayscale: #B0B0B0. Windows color (decimal): -7680635 or 8768906. OLE color: 8768906.
HSL color Cylindrical-coordinate representation of color #8ACD85: hue angle of 115.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ACD85 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 133 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.20 |
| HSL | 115.83º | 0.42% | 0.66% | - |
| HSV(B) | 115.83º | 0.35% | 0.8% | - |
| XYZ | 36.55 | 50.76 | 30.06 | - |
| YUV | 176.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 133 | 0.33 | 0 | 0.35 | 0.20 | 115.83 | 0.42 | 0.66 |
| Hex | 8A | CD | 85 | 21 | 0 | 23 | 14 | 74 | 2A | 42 |
| Octal | 212 | 315 | 205 | 41 | 0 | 43 | 24 | 164 | 52 | 102 |
| Binary | 10001010 | 11001101 | 10000101 | 100001 | 0 | 100011 | 10100 | 1110100 | 101010 | 1000010 |
Color Harmonies of #8ACD85
Complementary color
Monochromatic Colors of #8ACD85
Black with #8ACD85
Text Example
Text Example
White with #8ACD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD85; }
p { color: rgb(138,205,133); }
H1.HeaderClassName
{
color: #8ACD85;
}
.AnyTagClassName
{
color: #8ACD85;
}
</style>
background-color css
<style>
a { background-color: #8ACD85; }
a { background-color: rgb(138,205,133); }
div.DivClassName
{
background-color: #8ACD85;
}
.BgClassName
{
background-color: #8ACD85;
}
</style>
border-color css
<style>
span { border-color: #8ACD85; }
span { border-color: rgb(138,205,133); }
td.TdClassName
{
border-color: #8ACD85;
}
.TagClassName
{
border-color: #8ACD85;
}
</style>