Shades of De York #8AD680
Tints of De York #8AD680
RGB
CMYK
RGB Variations
Color information
#8AD680 (or 0x8AD680) is known color: De York. HEX triplet: 8A, D6 and 80. RGB value is (138,214,128). Sum of RGB (Red+Green+Blue) = 138+214+128=480 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.75% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AD680 is #75297F. Grayscale: #B5B5B5. Windows color (decimal): -7678336 or 8443530. OLE color: 8443530.
HSL color Cylindrical-coordinate representation of color #8AD680: hue angle of 113.02º degrees, saturation: 0.51, 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 #8AD680 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 128 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.16 |
| HSL | 113.02º | 0.51% | 0.67% | - |
| HSV(B) | 113.02º | 0.4% | 0.84% | - |
| XYZ | 38.42 | 55.05 | 29.02 | - |
| YUV | 181.47 | 97.82 | 96.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 128 | 0.36 | 0 | 0.40 | 0.16 | 113.02 | 0.51 | 0.67 |
| Hex | 8A | D6 | 80 | 24 | 0 | 28 | 10 | 71 | 33 | 43 |
| Octal | 212 | 326 | 200 | 44 | 0 | 50 | 20 | 161 | 63 | 103 |
| Binary | 10001010 | 11010110 | 10000000 | 100100 | 0 | 101000 | 10000 | 1110001 | 110011 | 1000011 |
Color Harmonies of #8AD680
Complementary color
Monochromatic Colors of #8AD680
Black with #8AD680
Text Example
Text Example
White with #8AD680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD680; }
p { color: rgb(138,214,128); }
H1.HeaderClassName
{
color: #8AD680;
}
.AnyTagClassName
{
color: #8AD680;
}
</style>
background-color css
<style>
a { background-color: #8AD680; }
a { background-color: rgb(138,214,128); }
div.DivClassName
{
background-color: #8AD680;
}
.BgClassName
{
background-color: #8AD680;
}
</style>
border-color css
<style>
span { border-color: #8AD680; }
span { border-color: rgb(138,214,128); }
td.TdClassName
{
border-color: #8AD680;
}
.TagClassName
{
border-color: #8AD680;
}
</style>