Shades of De York #8AD385
Tints of De York #8AD385
RGB
CMYK
RGB Variations
Color information
#8AD385 (or 0x8AD385) is known color: De York. HEX triplet: 8A, D3 and 85. RGB value is (138,211,133). Sum of RGB (Red+Green+Blue) = 138+211+133=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD385 is #752C7A. Grayscale: #B4B4B4. Windows color (decimal): -7679099 or 8770442. OLE color: 8770442.
HSL color Cylindrical-coordinate representation of color #8AD385: hue angle of 116.15º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD385 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 133 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.17 |
| HSL | 116.15º | 0.47% | 0.67% | - |
| HSV(B) | 116.15º | 0.37% | 0.83% | - |
| XYZ | 38.01 | 53.69 | 30.55 | - |
| YUV | 180.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 133 | 0.35 | 0 | 0.37 | 0.17 | 116.15 | 0.47 | 0.67 |
| Hex | 8A | D3 | 85 | 23 | 0 | 25 | 11 | 74 | 2F | 43 |
| Octal | 212 | 323 | 205 | 43 | 0 | 45 | 21 | 164 | 57 | 103 |
| Binary | 10001010 | 11010011 | 10000101 | 100011 | 0 | 100101 | 10001 | 1110100 | 101111 | 1000011 |
Color Harmonies of #8AD385
Complementary color
Monochromatic Colors of #8AD385
Black with #8AD385
Text Example
Text Example
White with #8AD385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD385; }
p { color: rgb(138,211,133); }
H1.HeaderClassName
{
color: #8AD385;
}
.AnyTagClassName
{
color: #8AD385;
}
</style>
background-color css
<style>
a { background-color: #8AD385; }
a { background-color: rgb(138,211,133); }
div.DivClassName
{
background-color: #8AD385;
}
.BgClassName
{
background-color: #8AD385;
}
</style>
border-color css
<style>
span { border-color: #8AD385; }
span { border-color: rgb(138,211,133); }
td.TdClassName
{
border-color: #8AD385;
}
.TagClassName
{
border-color: #8AD385;
}
</style>