Shades of De York #86CA74
Tints of De York #86CA74
RGB
CMYK
RGB Variations
Color information
#86CA74 (or 0x86CA74) is known color: De York. HEX triplet: 86, CA and 74. RGB value is (134,202,116). Sum of RGB (Red+Green+Blue) = 134+202+116=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #86CA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CA74 is #79358B. Grayscale: #ACACAC. Windows color (decimal): -7943564 or 7654022. OLE color: 7654022.
HSL color Cylindrical-coordinate representation of color #86CA74: hue angle of 107.44º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86CA74 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 202 | 116 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.21 |
| HSL | 107.44º | 0.45% | 0.62% | - |
| HSV(B) | 107.44º | 0.43% | 0.79% | - |
| XYZ | 34.1 | 48.57 | 24.1 | - |
| YUV | 171.86 | 96.47 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 202 | 116 | 0.34 | 0 | 0.43 | 0.21 | 107.44 | 0.45 | 0.62 |
| Hex | 86 | CA | 74 | 22 | 0 | 2B | 15 | 6B | 2D | 3E |
| Octal | 206 | 312 | 164 | 42 | 0 | 53 | 25 | 153 | 55 | 76 |
| Binary | 10000110 | 11001010 | 1110100 | 100010 | 0 | 101011 | 10101 | 1101011 | 101101 | 111110 |
Color Harmonies of #86CA74
Complementary color
Monochromatic Colors of #86CA74
Black with #86CA74
Text Example
Text Example
White with #86CA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CA74; }
p { color: rgb(134,202,116); }
H1.HeaderClassName
{
color: #86CA74;
}
.AnyTagClassName
{
color: #86CA74;
}
</style>
background-color css
<style>
a { background-color: #86CA74; }
a { background-color: rgb(134,202,116); }
div.DivClassName
{
background-color: #86CA74;
}
.BgClassName
{
background-color: #86CA74;
}
</style>
border-color css
<style>
span { border-color: #86CA74; }
span { border-color: rgb(134,202,116); }
td.TdClassName
{
border-color: #86CA74;
}
.TagClassName
{
border-color: #86CA74;
}
</style>