Shades of De York #86D57C
Tints of De York #86D57C
RGB
CMYK
RGB Variations
Color information
#86D57C (or 0x86D57C) is known color: De York. HEX triplet: 86, D5 and 7C. RGB value is (134,213,124). Sum of RGB (Red+Green+Blue) = 134+213+124=471 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.45% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #86D57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D57C is #792A83. Grayscale: #B3B3B3. Windows color (decimal): -7940740 or 8181126. OLE color: 8181126.
HSL color Cylindrical-coordinate representation of color #86D57C: hue angle of 113.26º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D57C is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 213 | 124 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.16 |
| HSL | 113.26º | 0.51% | 0.66% | - |
| HSV(B) | 113.26º | 0.42% | 0.84% | - |
| XYZ | 37.26 | 54.11 | 27.55 | - |
| YUV | 179.23 | 96.83 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 213 | 124 | 0.37 | 0 | 0.42 | 0.16 | 113.26 | 0.51 | 0.66 |
| Hex | 86 | D5 | 7C | 25 | 0 | 2A | 10 | 71 | 33 | 42 |
| Octal | 206 | 325 | 174 | 45 | 0 | 52 | 20 | 161 | 63 | 102 |
| Binary | 10000110 | 11010101 | 1111100 | 100101 | 0 | 101010 | 10000 | 1110001 | 110011 | 1000010 |
Color Harmonies of #86D57C
Complementary color
Monochromatic Colors of #86D57C
Black with #86D57C
Text Example
Text Example
White with #86D57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D57C; }
p { color: rgb(134,213,124); }
H1.HeaderClassName
{
color: #86D57C;
}
.AnyTagClassName
{
color: #86D57C;
}
</style>
background-color css
<style>
a { background-color: #86D57C; }
a { background-color: rgb(134,213,124); }
div.DivClassName
{
background-color: #86D57C;
}
.BgClassName
{
background-color: #86D57C;
}
</style>
border-color css
<style>
span { border-color: #86D57C; }
span { border-color: rgb(134,213,124); }
td.TdClassName
{
border-color: #86D57C;
}
.TagClassName
{
border-color: #86D57C;
}
</style>