Shades of De York #81C586
Tints of De York #81C586
RGB
CMYK
RGB Variations
Color information
#81C586 (or 0x81C586) is known color: De York. HEX triplet: 81, C5 and 86. RGB value is (129,197,134). Sum of RGB (Red+Green+Blue) = 129+197+134=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #81C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C586 is #7E3A79. Grayscale: #A9A9A9. Windows color (decimal): -8272506 or 8832385. OLE color: 8832385.
HSL color Cylindrical-coordinate representation of color #81C586: hue angle of 124.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C586 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 134 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.23 |
| HSL | 124.41º | 0.37% | 0.64% | - |
| HSV(B) | 124.41º | 0.35% | 0.77% | - |
| XYZ | 33.32 | 46.32 | 29.74 | - |
| YUV | 169.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 134 | 0.35 | 0 | 0.32 | 0.23 | 124.41 | 0.37 | 0.64 |
| Hex | 81 | C5 | 86 | 23 | 0 | 20 | 17 | 7C | 25 | 40 |
| Octal | 201 | 305 | 206 | 43 | 0 | 40 | 27 | 174 | 45 | 100 |
| Binary | 10000001 | 11000101 | 10000110 | 100011 | 0 | 100000 | 10111 | 1111100 | 100101 | 1000000 |
Color Harmonies of #81C586
Complementary color
Monochromatic Colors of #81C586
Black with #81C586
Text Example
Text Example
White with #81C586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C586; }
p { color: rgb(129,197,134); }
H1.HeaderClassName
{
color: #81C586;
}
.AnyTagClassName
{
color: #81C586;
}
</style>
background-color css
<style>
a { background-color: #81C586; }
a { background-color: rgb(129,197,134); }
div.DivClassName
{
background-color: #81C586;
}
.BgClassName
{
background-color: #81C586;
}
</style>
border-color css
<style>
span { border-color: #81C586; }
span { border-color: rgb(129,197,134); }
td.TdClassName
{
border-color: #81C586;
}
.TagClassName
{
border-color: #81C586;
}
</style>