Shades of De York #8AD880
Tints of De York #8AD880
RGB
CMYK
RGB Variations
Color information
#8AD880 (or 0x8AD880) is known color: De York. HEX triplet: 8A, D8 and 80. RGB value is (138,216,128). Sum of RGB (Red+Green+Blue) = 138+216+128=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD880 is #75277F. Grayscale: #B6B6B6. Windows color (decimal): -7677824 or 8444042. OLE color: 8444042.
HSL color Cylindrical-coordinate representation of color #8AD880: hue angle of 113.18º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD880 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 216 | 128 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.15 |
| HSL | 113.18º | 0.53% | 0.67% | - |
| HSV(B) | 113.18º | 0.41% | 0.85% | - |
| XYZ | 38.93 | 56.07 | 29.19 | - |
| YUV | 182.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 216 | 128 | 0.36 | 0 | 0.41 | 0.15 | 113.18 | 0.53 | 0.67 |
| Hex | 8A | D8 | 80 | 24 | 0 | 29 | F | 71 | 35 | 43 |
| Octal | 212 | 330 | 200 | 44 | 0 | 51 | 17 | 161 | 65 | 103 |
| Binary | 10001010 | 11011000 | 10000000 | 100100 | 0 | 101001 | 1111 | 1110001 | 110101 | 1000011 |
Color Harmonies of #8AD880
Complementary color
Monochromatic Colors of #8AD880
Black with #8AD880
Text Example
Text Example
White with #8AD880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD880; }
p { color: rgb(138,216,128); }
H1.HeaderClassName
{
color: #8AD880;
}
.AnyTagClassName
{
color: #8AD880;
}
</style>
background-color css
<style>
a { background-color: #8AD880; }
a { background-color: rgb(138,216,128); }
div.DivClassName
{
background-color: #8AD880;
}
.BgClassName
{
background-color: #8AD880;
}
</style>
border-color css
<style>
span { border-color: #8AD880; }
span { border-color: rgb(138,216,128); }
td.TdClassName
{
border-color: #8AD880;
}
.TagClassName
{
border-color: #8AD880;
}
</style>