Shades of De York #8BDB85
Tints of De York #8BDB85
RGB
CMYK
RGB Variations
Color information
#8BDB85 (or 0x8BDB85) is known color: De York. HEX triplet: 8B, DB and 85. RGB value is (139,219,133). Sum of RGB (Red+Green+Blue) = 139+219+133=491 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.31% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDB85 is #74247A. Grayscale: #B9B9B9. Windows color (decimal): -7611515 or 8772491. OLE color: 8772491.
HSL color Cylindrical-coordinate representation of color #8BDB85: hue angle of 115.81º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BDB85 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 219 | 133 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.14 |
| HSL | 115.81º | 0.54% | 0.69% | - |
| HSV(B) | 115.81º | 0.39% | 0.86% | - |
| XYZ | 40.21 | 57.85 | 31.24 | - |
| YUV | 185.28 | 98.5 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 133 | 0.37 | 0 | 0.39 | 0.14 | 115.81 | 0.54 | 0.69 |
| Hex | 8B | DB | 85 | 25 | 0 | 27 | E | 74 | 36 | 45 |
| Octal | 213 | 333 | 205 | 45 | 0 | 47 | 16 | 164 | 66 | 105 |
| Binary | 10001011 | 11011011 | 10000101 | 100101 | 0 | 100111 | 1110 | 1110100 | 110110 | 1000101 |
Color Harmonies of #8BDB85
Complementary color
Monochromatic Colors of #8BDB85
Black with #8BDB85
Text Example
Text Example
White with #8BDB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDB85; }
p { color: rgb(139,219,133); }
H1.HeaderClassName
{
color: #8BDB85;
}
.AnyTagClassName
{
color: #8BDB85;
}
</style>
background-color css
<style>
a { background-color: #8BDB85; }
a { background-color: rgb(139,219,133); }
div.DivClassName
{
background-color: #8BDB85;
}
.BgClassName
{
background-color: #8BDB85;
}
</style>
border-color css
<style>
span { border-color: #8BDB85; }
span { border-color: rgb(139,219,133); }
td.TdClassName
{
border-color: #8BDB85;
}
.TagClassName
{
border-color: #8BDB85;
}
</style>