Shades of De York #8AD389
Tints of De York #8AD389
RGB
CMYK
RGB Variations
Color information
#8AD389 (or 0x8AD389) is known color: De York. HEX triplet: 8A, D3 and 89. RGB value is (138,211,137). Sum of RGB (Red+Green+Blue) = 138+211+137=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 137 (53.91% from 255 or 28.19% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD389 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD389 is #752C76. Grayscale: #B4B4B4. Windows color (decimal): -7679095 or 9032586. OLE color: 9032586.
HSL color Cylindrical-coordinate representation of color #8AD389: hue angle of 119.19º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AD389 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 137 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.17 |
| HSL | 119.19º | 0.46% | 0.68% | - |
| HSV(B) | 119.19º | 0.35% | 0.83% | - |
| XYZ | 38.29 | 53.8 | 32.03 | - |
| YUV | 180.74 | 103.32 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 137 | 0.35 | 0 | 0.35 | 0.17 | 119.19 | 0.46 | 0.68 |
| Hex | 8A | D3 | 89 | 23 | 0 | 23 | 11 | 77 | 2E | 44 |
| Octal | 212 | 323 | 211 | 43 | 0 | 43 | 21 | 167 | 56 | 104 |
| Binary | 10001010 | 11010011 | 10001001 | 100011 | 0 | 100011 | 10001 | 1110111 | 101110 | 1000100 |
Color Harmonies of #8AD389
Complementary color
Monochromatic Colors of #8AD389
Black with #8AD389
Text Example
Text Example
White with #8AD389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD389; }
p { color: rgb(138,211,137); }
H1.HeaderClassName
{
color: #8AD389;
}
.AnyTagClassName
{
color: #8AD389;
}
</style>
background-color css
<style>
a { background-color: #8AD389; }
a { background-color: rgb(138,211,137); }
div.DivClassName
{
background-color: #8AD389;
}
.BgClassName
{
background-color: #8AD389;
}
</style>
border-color css
<style>
span { border-color: #8AD389; }
span { border-color: rgb(138,211,137); }
td.TdClassName
{
border-color: #8AD389;
}
.TagClassName
{
border-color: #8AD389;
}
</style>