Shades of De York #86D290
Tints of De York #86D290
RGB
CMYK
RGB Variations
Color information
#86D290 (or 0x86D290) is known color: De York. HEX triplet: 86, D2 and 90. RGB value is (134,210,144). Sum of RGB (Red+Green+Blue) = 134+210+144=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #86D290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D290 is #792D6F. Grayscale: #B3B3B3. Windows color (decimal): -7941488 or 9491078. OLE color: 9491078.
HSL color Cylindrical-coordinate representation of color #86D290: hue angle of 127.89º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86D290 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 144 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.18 |
| HSL | 127.89º | 0.46% | 0.67% | - |
| HSV(B) | 127.89º | 0.36% | 0.82% | - |
| XYZ | 37.91 | 53.18 | 34.65 | - |
| YUV | 179.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 144 | 0.36 | 0 | 0.31 | 0.18 | 127.89 | 0.46 | 0.67 |
| Hex | 86 | D2 | 90 | 24 | 0 | 1F | 12 | 80 | 2E | 43 |
| Octal | 206 | 322 | 220 | 44 | 0 | 37 | 22 | 200 | 56 | 103 |
| Binary | 10000110 | 11010010 | 10010000 | 100100 | 0 | 11111 | 10010 | 10000000 | 101110 | 1000011 |
Color Harmonies of #86D290
Complementary color
Monochromatic Colors of #86D290
Black with #86D290
Text Example
Text Example
White with #86D290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D290; }
p { color: rgb(134,210,144); }
H1.HeaderClassName
{
color: #86D290;
}
.AnyTagClassName
{
color: #86D290;
}
</style>
background-color css
<style>
a { background-color: #86D290; }
a { background-color: rgb(134,210,144); }
div.DivClassName
{
background-color: #86D290;
}
.BgClassName
{
background-color: #86D290;
}
</style>
border-color css
<style>
span { border-color: #86D290; }
span { border-color: rgb(134,210,144); }
td.TdClassName
{
border-color: #86D290;
}
.TagClassName
{
border-color: #86D290;
}
</style>