Shades of De York #8AD077
Tints of De York #8AD077
RGB
CMYK
RGB Variations
Color information
#8AD077 (or 0x8AD077) is known color: De York. HEX triplet: 8A, D0 and 77. RGB value is (138,208,119). Sum of RGB (Red+Green+Blue) = 138+208+119=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD077 is #752F88. Grayscale: #B1B1B1. Windows color (decimal): -7679881 or 7852170. OLE color: 7852170.
HSL color Cylindrical-coordinate representation of color #8AD077: hue angle of 107.19º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AD077 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 208 | 119 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.18 |
| HSL | 107.19º | 0.49% | 0.64% | - |
| HSV(B) | 107.19º | 0.43% | 0.82% | - |
| XYZ | 36.37 | 51.85 | 25.54 | - |
| YUV | 176.92 | 95.31 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 208 | 119 | 0.34 | 0 | 0.43 | 0.18 | 107.19 | 0.49 | 0.64 |
| Hex | 8A | D0 | 77 | 22 | 0 | 2B | 12 | 6B | 31 | 40 |
| Octal | 212 | 320 | 167 | 42 | 0 | 53 | 22 | 153 | 61 | 100 |
| Binary | 10001010 | 11010000 | 1110111 | 100010 | 0 | 101011 | 10010 | 1101011 | 110001 | 1000000 |
Color Harmonies of #8AD077
Complementary color
Monochromatic Colors of #8AD077
Black with #8AD077
Text Example
Text Example
White with #8AD077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD077; }
p { color: rgb(138,208,119); }
H1.HeaderClassName
{
color: #8AD077;
}
.AnyTagClassName
{
color: #8AD077;
}
</style>
background-color css
<style>
a { background-color: #8AD077; }
a { background-color: rgb(138,208,119); }
div.DivClassName
{
background-color: #8AD077;
}
.BgClassName
{
background-color: #8AD077;
}
</style>
border-color css
<style>
span { border-color: #8AD077; }
span { border-color: rgb(138,208,119); }
td.TdClassName
{
border-color: #8AD077;
}
.TagClassName
{
border-color: #8AD077;
}
</style>