Shades of De York #86CA86
Tints of De York #86CA86
RGB
CMYK
RGB Variations
Color information
#86CA86 (or 0x86CA86) is known color: De York. HEX triplet: 86, CA and 86. RGB value is (134,202,134). Sum of RGB (Red+Green+Blue) = 134+202+134=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CA86 is #793579. Grayscale: #AEAEAE. Windows color (decimal): -7943546 or 8833670. OLE color: 8833670.
HSL color Cylindrical-coordinate representation of color #86CA86: hue angle of 120º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CA86 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 134 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.21 |
| HSL | 120º | 0.39% | 0.66% | - |
| HSV(B) | 120º | 0.34% | 0.79% | - |
| XYZ | 35.26 | 49.03 | 30.16 | - |
| YUV | 173.92 | 105.47 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 134 | 0.34 | 0 | 0.34 | 0.21 | 120 | 0.39 | 0.66 |
| Hex | 86 | CA | 86 | 22 | 0 | 22 | 15 | 78 | 27 | 42 |
| Octal | 206 | 312 | 206 | 42 | 0 | 42 | 25 | 170 | 47 | 102 |
| Binary | 10000110 | 11001010 | 10000110 | 100010 | 0 | 100010 | 10101 | 1111000 | 100111 | 1000010 |
Color Harmonies of #86CA86
Complementary color
Monochromatic Colors of #86CA86
Black with #86CA86
Text Example
Text Example
White with #86CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA86; }
p { color: rgb(134,202,134); }
H1.HeaderClassName
{
color: #86CA86;
}
.AnyTagClassName
{
color: #86CA86;
}
</style>
background-color css
<style>
a { background-color: #86CA86; }
a { background-color: rgb(134,202,134); }
div.DivClassName
{
background-color: #86CA86;
}
.BgClassName
{
background-color: #86CA86;
}
</style>
border-color css
<style>
span { border-color: #86CA86; }
span { border-color: rgb(134,202,134); }
td.TdClassName
{
border-color: #86CA86;
}
.TagClassName
{
border-color: #86CA86;
}
</style>