Shades of De York #8AD485
Tints of De York #8AD485
RGB
CMYK
RGB Variations
Color information
#8AD485 (or 0x8AD485) is known color: De York. HEX triplet: 8A, D4 and 85. RGB value is (138,212,133). Sum of RGB (Red+Green+Blue) = 138+212+133=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 212 (83.20% from 255 or 43.89% from 483); Blue value is 133 (52.34% from 255 or 27.54% from 483); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD485 is #752B7A. Grayscale: #B5B5B5. Windows color (decimal): -7678843 or 8770698. OLE color: 8770698.
HSL color Cylindrical-coordinate representation of color #8AD485: hue angle of 116.2º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AD485 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 133 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.17 |
| HSL | 116.2º | 0.48% | 0.68% | - |
| HSV(B) | 116.2º | 0.37% | 0.83% | - |
| XYZ | 38.26 | 54.18 | 30.63 | - |
| YUV | 180.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 133 | 0.35 | 0 | 0.37 | 0.17 | 116.2 | 0.48 | 0.68 |
| Hex | 8A | D4 | 85 | 23 | 0 | 25 | 11 | 74 | 30 | 44 |
| Octal | 212 | 324 | 205 | 43 | 0 | 45 | 21 | 164 | 60 | 104 |
| Binary | 10001010 | 11010100 | 10000101 | 100011 | 0 | 100101 | 10001 | 1110100 | 110000 | 1000100 |
Color Harmonies of #8AD485
Complementary color
Monochromatic Colors of #8AD485
Black with #8AD485
Text Example
Text Example
White with #8AD485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD485; }
p { color: rgb(138,212,133); }
H1.HeaderClassName
{
color: #8AD485;
}
.AnyTagClassName
{
color: #8AD485;
}
</style>
background-color css
<style>
a { background-color: #8AD485; }
a { background-color: rgb(138,212,133); }
div.DivClassName
{
background-color: #8AD485;
}
.BgClassName
{
background-color: #8AD485;
}
</style>
border-color css
<style>
span { border-color: #8AD485; }
span { border-color: rgb(138,212,133); }
td.TdClassName
{
border-color: #8AD485;
}
.TagClassName
{
border-color: #8AD485;
}
</style>