Shades of De York #81CC86
Tints of De York #81CC86
RGB
CMYK
RGB Variations
Color information
#81CC86 (or 0x81CC86) is known color: De York. HEX triplet: 81, CC and 86. RGB value is (129,204,134). Sum of RGB (Red+Green+Blue) = 129+204+134=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CC86 is #7E3379. Grayscale: #ADADAD. Windows color (decimal): -8270714 or 8834177. OLE color: 8834177.
HSL color Cylindrical-coordinate representation of color #81CC86: hue angle of 124º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81CC86 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 134 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.2 |
| HSL | 124º | 0.42% | 0.65% | - |
| HSV(B) | 124º | 0.37% | 0.8% | - |
| XYZ | 34.95 | 49.57 | 30.28 | - |
| YUV | 173.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 134 | 0.37 | 0 | 0.34 | 0.2 | 124 | 0.42 | 0.65 |
| Hex | 81 | CC | 86 | 25 | 0 | 22 | 14 | 7C | 2A | 41 |
| Octal | 201 | 314 | 206 | 45 | 0 | 42 | 24 | 174 | 52 | 101 |
| Binary | 10000001 | 11001100 | 10000110 | 100101 | 0 | 100010 | 10100 | 1111100 | 101010 | 1000001 |
Color Harmonies of #81CC86
Complementary color
Monochromatic Colors of #81CC86
Black with #81CC86
Text Example
Text Example
White with #81CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC86; }
p { color: rgb(129,204,134); }
H1.HeaderClassName
{
color: #81CC86;
}
.AnyTagClassName
{
color: #81CC86;
}
</style>
background-color css
<style>
a { background-color: #81CC86; }
a { background-color: rgb(129,204,134); }
div.DivClassName
{
background-color: #81CC86;
}
.BgClassName
{
background-color: #81CC86;
}
</style>
border-color css
<style>
span { border-color: #81CC86; }
span { border-color: rgb(129,204,134); }
td.TdClassName
{
border-color: #81CC86;
}
.TagClassName
{
border-color: #81CC86;
}
</style>