Shades of De York #8AD38D
Tints of De York #8AD38D
RGB
CMYK
RGB Variations
Color information
#8AD38D (or 0x8AD38D) is known color: De York. HEX triplet: 8A, D3 and 8D. RGB value is (138,211,141). Sum of RGB (Red+Green+Blue) = 138+211+141=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD38D is #752C72. Grayscale: #B5B5B5. Windows color (decimal): -7679091 or 9294730. OLE color: 9294730.
HSL color Cylindrical-coordinate representation of color #8AD38D: hue angle of 122.47º degrees, saturation: 0.45, 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 #8AD38D is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 141 | - |
| CMYK | 0.35 | 0 | 0.33 | 0.17 |
| HSL | 122.47º | 0.45% | 0.68% | - |
| HSV(B) | 122.47º | 0.35% | 0.83% | - |
| XYZ | 38.58 | 53.91 | 33.57 | - |
| YUV | 181.19 | 105.32 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 141 | 0.35 | 0 | 0.33 | 0.17 | 122.47 | 0.45 | 0.68 |
| Hex | 8A | D3 | 8D | 23 | 0 | 21 | 11 | 7A | 2D | 44 |
| Octal | 212 | 323 | 215 | 43 | 0 | 41 | 21 | 172 | 55 | 104 |
| Binary | 10001010 | 11010011 | 10001101 | 100011 | 0 | 100001 | 10001 | 1111010 | 101101 | 1000100 |
Color Harmonies of #8AD38D
Complementary color
Monochromatic Colors of #8AD38D
Black with #8AD38D
Text Example
Text Example
White with #8AD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD38D; }
p { color: rgb(138,211,141); }
H1.HeaderClassName
{
color: #8AD38D;
}
.AnyTagClassName
{
color: #8AD38D;
}
</style>
background-color css
<style>
a { background-color: #8AD38D; }
a { background-color: rgb(138,211,141); }
div.DivClassName
{
background-color: #8AD38D;
}
.BgClassName
{
background-color: #8AD38D;
}
</style>
border-color css
<style>
span { border-color: #8AD38D; }
span { border-color: rgb(138,211,141); }
td.TdClassName
{
border-color: #8AD38D;
}
.TagClassName
{
border-color: #8AD38D;
}
</style>