Shades of De York #8AD37D
Tints of De York #8AD37D
RGB
CMYK
RGB Variations
Color information
#8AD37D (or 0x8AD37D) is known color: De York. HEX triplet: 8A, D3 and 7D. RGB value is (138,211,125). Sum of RGB (Red+Green+Blue) = 138+211+125=474 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.11% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD37D is #752C82. Grayscale: #B3B3B3. Windows color (decimal): -7679107 or 8246154. OLE color: 8246154.
HSL color Cylindrical-coordinate representation of color #8AD37D: hue angle of 110.93º degrees, saturation: 0.49, 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 #8AD37D is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 138 | 211 | 125 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.17 |
| HSL | 110.93º | 0.49% | 0.66% | - |
| HSV(B) | 110.93º | 0.41% | 0.83% | - |
| XYZ | 37.48 | 53.47 | 27.75 | - |
| YUV | 179.37 | 97.32 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 211 | 125 | 0.35 | 0 | 0.41 | 0.17 | 110.93 | 0.49 | 0.66 |
| Hex | 8A | D3 | 7D | 23 | 0 | 29 | 11 | 6F | 31 | 42 |
| Octal | 212 | 323 | 175 | 43 | 0 | 51 | 21 | 157 | 61 | 102 |
| Binary | 10001010 | 11010011 | 1111101 | 100011 | 0 | 101001 | 10001 | 1101111 | 110001 | 1000010 |
Color Harmonies of #8AD37D
Complementary color
Monochromatic Colors of #8AD37D
Black with #8AD37D
Text Example
Text Example
White with #8AD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD37D; }
p { color: rgb(138,211,125); }
H1.HeaderClassName
{
color: #8AD37D;
}
.AnyTagClassName
{
color: #8AD37D;
}
</style>
background-color css
<style>
a { background-color: #8AD37D; }
a { background-color: rgb(138,211,125); }
div.DivClassName
{
background-color: #8AD37D;
}
.BgClassName
{
background-color: #8AD37D;
}
</style>
border-color css
<style>
span { border-color: #8AD37D; }
span { border-color: rgb(138,211,125); }
td.TdClassName
{
border-color: #8AD37D;
}
.TagClassName
{
border-color: #8AD37D;
}
</style>