Shades of De York #86D283
Tints of De York #86D283
RGB
CMYK
RGB Variations
Color information
#86D283 (or 0x86D283) is known color: De York. HEX triplet: 86, D2 and 83. RGB value is (134,210,131). Sum of RGB (Red+Green+Blue) = 134+210+131=475 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.21% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #86D283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D283 is #792D7C. Grayscale: #B2B2B2. Windows color (decimal): -7941501 or 8639110. OLE color: 8639110.
HSL color Cylindrical-coordinate representation of color #86D283: hue angle of 117.72º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D283 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 131 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.18 |
| HSL | 117.72º | 0.47% | 0.67% | - |
| HSV(B) | 117.72º | 0.38% | 0.82% | - |
| XYZ | 36.97 | 52.8 | 29.72 | - |
| YUV | 178.27 | 101.32 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 131 | 0.36 | 0 | 0.38 | 0.18 | 117.72 | 0.47 | 0.67 |
| Hex | 86 | D2 | 83 | 24 | 0 | 26 | 12 | 76 | 2F | 43 |
| Octal | 206 | 322 | 203 | 44 | 0 | 46 | 22 | 166 | 57 | 103 |
| Binary | 10000110 | 11010010 | 10000011 | 100100 | 0 | 100110 | 10010 | 1110110 | 101111 | 1000011 |
Color Harmonies of #86D283
Complementary color
Monochromatic Colors of #86D283
Black with #86D283
Text Example
Text Example
White with #86D283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D283; }
p { color: rgb(134,210,131); }
H1.HeaderClassName
{
color: #86D283;
}
.AnyTagClassName
{
color: #86D283;
}
</style>
background-color css
<style>
a { background-color: #86D283; }
a { background-color: rgb(134,210,131); }
div.DivClassName
{
background-color: #86D283;
}
.BgClassName
{
background-color: #86D283;
}
</style>
border-color css
<style>
span { border-color: #86D283; }
span { border-color: rgb(134,210,131); }
td.TdClassName
{
border-color: #86D283;
}
.TagClassName
{
border-color: #86D283;
}
</style>