Shades of De York #8AD47D
Tints of De York #8AD47D
RGB
CMYK
RGB Variations
Color information
#8AD47D (or 0x8AD47D) is known color: De York. HEX triplet: 8A, D4 and 7D. RGB value is (138,212,125). Sum of RGB (Red+Green+Blue) = 138+212+125=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD47D is #752B82. Grayscale: #B4B4B4. Windows color (decimal): -7678851 or 8246410. OLE color: 8246410.
HSL color Cylindrical-coordinate representation of color #8AD47D: hue angle of 111.03º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AD47D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 212 | 125 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.17 |
| HSL | 111.03º | 0.5% | 0.66% | - |
| HSV(B) | 111.03º | 0.41% | 0.83% | - |
| XYZ | 37.73 | 53.97 | 27.83 | - |
| YUV | 179.96 | 96.98 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 212 | 125 | 0.35 | 0 | 0.41 | 0.17 | 111.03 | 0.5 | 0.66 |
| Hex | 8A | D4 | 7D | 23 | 0 | 29 | 11 | 6F | 32 | 42 |
| Octal | 212 | 324 | 175 | 43 | 0 | 51 | 21 | 157 | 62 | 102 |
| Binary | 10001010 | 11010100 | 1111101 | 100011 | 0 | 101001 | 10001 | 1101111 | 110010 | 1000010 |
Color Harmonies of #8AD47D
Complementary color
Monochromatic Colors of #8AD47D
Black with #8AD47D
Text Example
Text Example
White with #8AD47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD47D; }
p { color: rgb(138,212,125); }
H1.HeaderClassName
{
color: #8AD47D;
}
.AnyTagClassName
{
color: #8AD47D;
}
</style>
background-color css
<style>
a { background-color: #8AD47D; }
a { background-color: rgb(138,212,125); }
div.DivClassName
{
background-color: #8AD47D;
}
.BgClassName
{
background-color: #8AD47D;
}
</style>
border-color css
<style>
span { border-color: #8AD47D; }
span { border-color: rgb(138,212,125); }
td.TdClassName
{
border-color: #8AD47D;
}
.TagClassName
{
border-color: #8AD47D;
}
</style>