Shades of De York #86CB75
Tints of De York #86CB75
RGB
CMYK
RGB Variations
Color information
#86CB75 (or 0x86CB75) is known color: De York. HEX triplet: 86, CB and 75. RGB value is (134,203,117). Sum of RGB (Red+Green+Blue) = 134+203+117=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 117 (46.09% from 255 or 25.77% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB75 is #79348A. Grayscale: #ACACAC. Windows color (decimal): -7943307 or 7719814. OLE color: 7719814.
HSL color Cylindrical-coordinate representation of color #86CB75: hue angle of 108.14º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CB75 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 117 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.20 |
| HSL | 108.14º | 0.45% | 0.63% | - |
| HSV(B) | 108.14º | 0.42% | 0.8% | - |
| XYZ | 34.4 | 49.06 | 24.49 | - |
| YUV | 172.57 | 96.64 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 117 | 0.34 | 0 | 0.42 | 0.20 | 108.14 | 0.45 | 0.63 |
| Hex | 86 | CB | 75 | 22 | 0 | 2A | 14 | 6C | 2D | 3F |
| Octal | 206 | 313 | 165 | 42 | 0 | 52 | 24 | 154 | 55 | 77 |
| Binary | 10000110 | 11001011 | 1110101 | 100010 | 0 | 101010 | 10100 | 1101100 | 101101 | 111111 |
Color Harmonies of #86CB75
Complementary color
Monochromatic Colors of #86CB75
Black with #86CB75
Text Example
Text Example
White with #86CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB75; }
p { color: rgb(134,203,117); }
H1.HeaderClassName
{
color: #86CB75;
}
.AnyTagClassName
{
color: #86CB75;
}
</style>
background-color css
<style>
a { background-color: #86CB75; }
a { background-color: rgb(134,203,117); }
div.DivClassName
{
background-color: #86CB75;
}
.BgClassName
{
background-color: #86CB75;
}
</style>
border-color css
<style>
span { border-color: #86CB75; }
span { border-color: rgb(134,203,117); }
td.TdClassName
{
border-color: #86CB75;
}
.TagClassName
{
border-color: #86CB75;
}
</style>