Shades of De York #8BD08D
Tints of De York #8BD08D
RGB
CMYK
RGB Variations
Color information
#8BD08D (or 0x8BD08D) is known color: De York. HEX triplet: 8B, D0 and 8D. RGB value is (139,208,141). Sum of RGB (Red+Green+Blue) = 139+208+141=488 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.48% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #8BD08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BD08D is #742F72. Grayscale: #B3B3B3. Windows color (decimal): -7614323 or 9293963. OLE color: 9293963.
HSL color Cylindrical-coordinate representation of color #8BD08D: hue angle of 121.74º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BD08D is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 208 | 141 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.18 |
| HSL | 121.74º | 0.42% | 0.68% | - |
| HSV(B) | 121.74º | 0.33% | 0.82% | - |
| XYZ | 38.01 | 52.52 | 33.33 | - |
| YUV | 179.73 | 106.14 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 208 | 141 | 0.33 | 0 | 0.32 | 0.18 | 121.74 | 0.42 | 0.68 |
| Hex | 8B | D0 | 8D | 21 | 0 | 20 | 12 | 7A | 2A | 44 |
| Octal | 213 | 320 | 215 | 41 | 0 | 40 | 22 | 172 | 52 | 104 |
| Binary | 10001011 | 11010000 | 10001101 | 100001 | 0 | 100000 | 10010 | 1111010 | 101010 | 1000100 |
Color Harmonies of #8BD08D
Complementary color
Monochromatic Colors of #8BD08D
Black with #8BD08D
Text Example
Text Example
White with #8BD08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD08D; }
p { color: rgb(139,208,141); }
H1.HeaderClassName
{
color: #8BD08D;
}
.AnyTagClassName
{
color: #8BD08D;
}
</style>
background-color css
<style>
a { background-color: #8BD08D; }
a { background-color: rgb(139,208,141); }
div.DivClassName
{
background-color: #8BD08D;
}
.BgClassName
{
background-color: #8BD08D;
}
</style>
border-color css
<style>
span { border-color: #8BD08D; }
span { border-color: rgb(139,208,141); }
td.TdClassName
{
border-color: #8BD08D;
}
.TagClassName
{
border-color: #8BD08D;
}
</style>