Shades of De York #8AD582
Tints of De York #8AD582
RGB
CMYK
RGB Variations
Color information
#8AD582 (or 0x8AD582) is known color: De York. HEX triplet: 8A, D5 and 82. RGB value is (138,213,130). Sum of RGB (Red+Green+Blue) = 138+213+130=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD582 is #752A7D. Grayscale: #B5B5B5. Windows color (decimal): -7678590 or 8574346. OLE color: 8574346.
HSL color Cylindrical-coordinate representation of color #8AD582: hue angle of 114.22º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AD582 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 130 | - |
| CMYK | 0.35 | 0 | 0.39 | 0.16 |
| HSL | 114.22º | 0.5% | 0.67% | - |
| HSV(B) | 114.22º | 0.39% | 0.84% | - |
| XYZ | 38.3 | 54.6 | 29.64 | - |
| YUV | 181.11 | 99.15 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 130 | 0.35 | 0 | 0.39 | 0.16 | 114.22 | 0.5 | 0.67 |
| Hex | 8A | D5 | 82 | 23 | 0 | 27 | 10 | 72 | 32 | 43 |
| Octal | 212 | 325 | 202 | 43 | 0 | 47 | 20 | 162 | 62 | 103 |
| Binary | 10001010 | 11010101 | 10000010 | 100011 | 0 | 100111 | 10000 | 1110010 | 110010 | 1000011 |
Color Harmonies of #8AD582
Complementary color
Monochromatic Colors of #8AD582
Black with #8AD582
Text Example
Text Example
White with #8AD582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD582; }
p { color: rgb(138,213,130); }
H1.HeaderClassName
{
color: #8AD582;
}
.AnyTagClassName
{
color: #8AD582;
}
</style>
background-color css
<style>
a { background-color: #8AD582; }
a { background-color: rgb(138,213,130); }
div.DivClassName
{
background-color: #8AD582;
}
.BgClassName
{
background-color: #8AD582;
}
</style>
border-color css
<style>
span { border-color: #8AD582; }
span { border-color: rgb(138,213,130); }
td.TdClassName
{
border-color: #8AD582;
}
.TagClassName
{
border-color: #8AD582;
}
</style>