Shades of De York #86CB7A
Tints of De York #86CB7A
RGB
CMYK
RGB Variations
Color information
#86CB7A (or 0x86CB7A) is known color: De York. HEX triplet: 86, CB and 7A. RGB value is (134,203,122). Sum of RGB (Red+Green+Blue) = 134+203+122=459 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.19% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB7A is #793485. Grayscale: #ADADAD. Windows color (decimal): -7943302 or 8047494. OLE color: 8047494.
HSL color Cylindrical-coordinate representation of color #86CB7A: hue angle of 111.11º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86CB7A is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 203 | 122 | - |
| CMYK | 0.34 | 0 | 0.40 | 0.20 |
| HSL | 111.11º | 0.44% | 0.64% | - |
| HSV(B) | 111.11º | 0.4% | 0.8% | - |
| XYZ | 34.7 | 49.19 | 26.08 | - |
| YUV | 173.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 203 | 122 | 0.34 | 0 | 0.40 | 0.20 | 111.11 | 0.44 | 0.64 |
| Hex | 86 | CB | 7A | 22 | 0 | 28 | 14 | 6F | 2C | 40 |
| Octal | 206 | 313 | 172 | 42 | 0 | 50 | 24 | 157 | 54 | 100 |
| Binary | 10000110 | 11001011 | 1111010 | 100010 | 0 | 101000 | 10100 | 1101111 | 101100 | 1000000 |
Color Harmonies of #86CB7A
Complementary color
Monochromatic Colors of #86CB7A
Black with #86CB7A
Text Example
Text Example
White with #86CB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CB7A; }
p { color: rgb(134,203,122); }
H1.HeaderClassName
{
color: #86CB7A;
}
.AnyTagClassName
{
color: #86CB7A;
}
</style>
background-color css
<style>
a { background-color: #86CB7A; }
a { background-color: rgb(134,203,122); }
div.DivClassName
{
background-color: #86CB7A;
}
.BgClassName
{
background-color: #86CB7A;
}
</style>
border-color css
<style>
span { border-color: #86CB7A; }
span { border-color: rgb(134,203,122); }
td.TdClassName
{
border-color: #86CB7A;
}
.TagClassName
{
border-color: #86CB7A;
}
</style>