Shades of De York #8AD580
Tints of De York #8AD580
RGB
CMYK
RGB Variations
Color information
#8AD580 (or 0x8AD580) is known color: De York. HEX triplet: 8A, D5 and 80. RGB value is (138,213,128). Sum of RGB (Red+Green+Blue) = 138+213+128=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 213 (83.59% from 255 or 44.47% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD580 is #752A7F. Grayscale: #B5B5B5. Windows color (decimal): -7678592 or 8443274. OLE color: 8443274.
HSL color Cylindrical-coordinate representation of color #8AD580: hue angle of 112.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AD580 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 128 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.16 |
| HSL | 112.94º | 0.5% | 0.67% | - |
| HSV(B) | 112.94º | 0.4% | 0.84% | - |
| XYZ | 38.17 | 54.55 | 28.94 | - |
| YUV | 180.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 128 | 0.35 | 0 | 0.40 | 0.16 | 112.94 | 0.5 | 0.67 |
| Hex | 8A | D5 | 80 | 23 | 0 | 28 | 10 | 71 | 32 | 43 |
| Octal | 212 | 325 | 200 | 43 | 0 | 50 | 20 | 161 | 62 | 103 |
| Binary | 10001010 | 11010101 | 10000000 | 100011 | 0 | 101000 | 10000 | 1110001 | 110010 | 1000011 |
Color Harmonies of #8AD580
Complementary color
Monochromatic Colors of #8AD580
Black with #8AD580
Text Example
Text Example
White with #8AD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD580; }
p { color: rgb(138,213,128); }
H1.HeaderClassName
{
color: #8AD580;
}
.AnyTagClassName
{
color: #8AD580;
}
</style>
background-color css
<style>
a { background-color: #8AD580; }
a { background-color: rgb(138,213,128); }
div.DivClassName
{
background-color: #8AD580;
}
.BgClassName
{
background-color: #8AD580;
}
</style>
border-color css
<style>
span { border-color: #8AD580; }
span { border-color: rgb(138,213,128); }
td.TdClassName
{
border-color: #8AD580;
}
.TagClassName
{
border-color: #8AD580;
}
</style>