Shades of De York #8BDA8E
Tints of De York #8BDA8E
RGB
CMYK
RGB Variations
Color information
#8BDA8E (or 0x8BDA8E) is known color: De York. HEX triplet: 8B, DA and 8E. RGB value is (139,218,142). Sum of RGB (Red+Green+Blue) = 139+218+142=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 218 (85.55% from 255 or 43.69% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 218 - color contains mainly: green. Hex color #8BDA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDA8E is #742571. Grayscale: #B9B9B9. Windows color (decimal): -7611762 or 9362059. OLE color: 9362059.
HSL color Cylindrical-coordinate representation of color #8BDA8E: hue angle of 122.28º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BDA8E is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 218 | 142 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.15 |
| HSL | 122.28º | 0.52% | 0.7% | - |
| HSV(B) | 122.28º | 0.36% | 0.85% | - |
| XYZ | 40.6 | 57.58 | 34.57 | - |
| YUV | 185.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 142 | 0.36 | 0 | 0.35 | 0.15 | 122.28 | 0.52 | 0.7 |
| Hex | 8B | DA | 8E | 24 | 0 | 23 | F | 7A | 34 | 46 |
| Octal | 213 | 332 | 216 | 44 | 0 | 43 | 17 | 172 | 64 | 106 |
| Binary | 10001011 | 11011010 | 10001110 | 100100 | 0 | 100011 | 1111 | 1111010 | 110100 | 1000110 |
Color Harmonies of #8BDA8E
Complementary color
Monochromatic Colors of #8BDA8E
Black with #8BDA8E
Text Example
Text Example
White with #8BDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDA8E; }
p { color: rgb(139,218,142); }
H1.HeaderClassName
{
color: #8BDA8E;
}
.AnyTagClassName
{
color: #8BDA8E;
}
</style>
background-color css
<style>
a { background-color: #8BDA8E; }
a { background-color: rgb(139,218,142); }
div.DivClassName
{
background-color: #8BDA8E;
}
.BgClassName
{
background-color: #8BDA8E;
}
</style>
border-color css
<style>
span { border-color: #8BDA8E; }
span { border-color: rgb(139,218,142); }
td.TdClassName
{
border-color: #8BDA8E;
}
.TagClassName
{
border-color: #8BDA8E;
}
</style>