Shades of De York #86DC8A
Tints of De York #86DC8A
RGB
CMYK
RGB Variations
Color information
#86DC8A (or 0x86DC8A) is known color: De York. HEX triplet: 86, DC and 8A. RGB value is (134,220,138). Sum of RGB (Red+Green+Blue) = 134+220+138=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DC8A is #792375. Grayscale: #B9B9B9. Windows color (decimal): -7938934 or 9100422. OLE color: 9100422.
HSL color Cylindrical-coordinate representation of color #86DC8A: hue angle of 122.79º degrees, saturation: 0.55, 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 #86DC8A is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 138 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.14 |
| HSL | 122.79º | 0.55% | 0.69% | - |
| HSV(B) | 122.79º | 0.39% | 0.86% | - |
| XYZ | 40.01 | 58.09 | 33.15 | - |
| YUV | 184.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 138 | 0.39 | 0 | 0.37 | 0.14 | 122.79 | 0.55 | 0.69 |
| Hex | 86 | DC | 8A | 27 | 0 | 25 | E | 7B | 37 | 45 |
| Octal | 206 | 334 | 212 | 47 | 0 | 45 | 16 | 173 | 67 | 105 |
| Binary | 10000110 | 11011100 | 10001010 | 100111 | 0 | 100101 | 1110 | 1111011 | 110111 | 1000101 |
Color Harmonies of #86DC8A
Complementary color
Monochromatic Colors of #86DC8A
Black with #86DC8A
Text Example
Text Example
White with #86DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC8A; }
p { color: rgb(134,220,138); }
H1.HeaderClassName
{
color: #86DC8A;
}
.AnyTagClassName
{
color: #86DC8A;
}
</style>
background-color css
<style>
a { background-color: #86DC8A; }
a { background-color: rgb(134,220,138); }
div.DivClassName
{
background-color: #86DC8A;
}
.BgClassName
{
background-color: #86DC8A;
}
</style>
border-color css
<style>
span { border-color: #86DC8A; }
span { border-color: rgb(134,220,138); }
td.TdClassName
{
border-color: #86DC8A;
}
.TagClassName
{
border-color: #86DC8A;
}
</style>