Shades of De York #86DB8A
Tints of De York #86DB8A
RGB
CMYK
RGB Variations
Color information
#86DB8A (or 0x86DB8A) is known color: De York. HEX triplet: 86, DB and 8A. RGB value is (134,219,138). Sum of RGB (Red+Green+Blue) = 134+219+138=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB8A is #792475. Grayscale: #B8B8B8. Windows color (decimal): -7939190 or 9100166. OLE color: 9100166.
HSL color Cylindrical-coordinate representation of color #86DB8A: hue angle of 122.82º 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 #86DB8A is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 138 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.14 |
| HSL | 122.82º | 0.54% | 0.69% | - |
| HSV(B) | 122.82º | 0.39% | 0.86% | - |
| XYZ | 39.75 | 57.57 | 33.06 | - |
| YUV | 184.35 | 101.84 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 138 | 0.39 | 0 | 0.37 | 0.14 | 122.82 | 0.54 | 0.69 |
| Hex | 86 | DB | 8A | 27 | 0 | 25 | E | 7B | 36 | 45 |
| Octal | 206 | 333 | 212 | 47 | 0 | 45 | 16 | 173 | 66 | 105 |
| Binary | 10000110 | 11011011 | 10001010 | 100111 | 0 | 100101 | 1110 | 1111011 | 110110 | 1000101 |
Color Harmonies of #86DB8A
Complementary color
Monochromatic Colors of #86DB8A
Black with #86DB8A
Text Example
Text Example
White with #86DB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB8A; }
p { color: rgb(134,219,138); }
H1.HeaderClassName
{
color: #86DB8A;
}
.AnyTagClassName
{
color: #86DB8A;
}
</style>
background-color css
<style>
a { background-color: #86DB8A; }
a { background-color: rgb(134,219,138); }
div.DivClassName
{
background-color: #86DB8A;
}
.BgClassName
{
background-color: #86DB8A;
}
</style>
border-color css
<style>
span { border-color: #86DB8A; }
span { border-color: rgb(134,219,138); }
td.TdClassName
{
border-color: #86DB8A;
}
.TagClassName
{
border-color: #86DB8A;
}
</style>