Shades of De York #86CB85
Tints of De York #86CB85
RGB
CMYK
RGB Variations
Color information
#86CB85 (or 0x86CB85) is known color: De York. HEX triplet: 86, CB and 85. RGB value is (134,203,133). Sum of RGB (Red+Green+Blue) = 134+203+133=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CB85 is #79347A. Grayscale: #AEAEAE. Windows color (decimal): -7943291 or 8768390. OLE color: 8768390.
HSL color Cylindrical-coordinate representation of color #86CB85: hue angle of 119.14º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86CB85 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 133 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.20 |
| HSL | 119.14º | 0.4% | 0.66% | - |
| HSV(B) | 119.14º | 0.34% | 0.8% | - |
| XYZ | 35.42 | 49.47 | 29.87 | - |
| YUV | 174.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 133 | 0.34 | 0 | 0.34 | 0.20 | 119.14 | 0.4 | 0.66 |
| Hex | 86 | CB | 85 | 22 | 0 | 22 | 14 | 77 | 28 | 42 |
| Octal | 206 | 313 | 205 | 42 | 0 | 42 | 24 | 167 | 50 | 102 |
| Binary | 10000110 | 11001011 | 10000101 | 100010 | 0 | 100010 | 10100 | 1110111 | 101000 | 1000010 |
Color Harmonies of #86CB85
Complementary color
Monochromatic Colors of #86CB85
Black with #86CB85
Text Example
Text Example
White with #86CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB85; }
p { color: rgb(134,203,133); }
H1.HeaderClassName
{
color: #86CB85;
}
.AnyTagClassName
{
color: #86CB85;
}
</style>
background-color css
<style>
a { background-color: #86CB85; }
a { background-color: rgb(134,203,133); }
div.DivClassName
{
background-color: #86CB85;
}
.BgClassName
{
background-color: #86CB85;
}
</style>
border-color css
<style>
span { border-color: #86CB85; }
span { border-color: rgb(134,203,133); }
td.TdClassName
{
border-color: #86CB85;
}
.TagClassName
{
border-color: #86CB85;
}
</style>