Shades of De York #81CF86
Tints of De York #81CF86
RGB
CMYK
RGB Variations
Color information
#81CF86 (or 0x81CF86) is known color: De York. HEX triplet: 81, CF and 86. RGB value is (129,207,134). Sum of RGB (Red+Green+Blue) = 129+207+134=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81CF86 is #7E3079. Grayscale: #AFAFAF. Windows color (decimal): -8269946 or 8834945. OLE color: 8834945.
HSL color Cylindrical-coordinate representation of color #81CF86: hue angle of 123.85º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81CF86 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 134 | - |
| CMYK | 0.38 | 0 | 0.35 | 0.19 |
| HSL | 123.85º | 0.45% | 0.66% | - |
| HSV(B) | 123.85º | 0.38% | 0.81% | - |
| XYZ | 35.67 | 51.01 | 30.52 | - |
| YUV | 175.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 134 | 0.38 | 0 | 0.35 | 0.19 | 123.85 | 0.45 | 0.66 |
| Hex | 81 | CF | 86 | 26 | 0 | 23 | 13 | 7C | 2D | 42 |
| Octal | 201 | 317 | 206 | 46 | 0 | 43 | 23 | 174 | 55 | 102 |
| Binary | 10000001 | 11001111 | 10000110 | 100110 | 0 | 100011 | 10011 | 1111100 | 101101 | 1000010 |
Color Harmonies of #81CF86
Complementary color
Monochromatic Colors of #81CF86
Black with #81CF86
Text Example
Text Example
White with #81CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF86; }
p { color: rgb(129,207,134); }
H1.HeaderClassName
{
color: #81CF86;
}
.AnyTagClassName
{
color: #81CF86;
}
</style>
background-color css
<style>
a { background-color: #81CF86; }
a { background-color: rgb(129,207,134); }
div.DivClassName
{
background-color: #81CF86;
}
.BgClassName
{
background-color: #81CF86;
}
</style>
border-color css
<style>
span { border-color: #81CF86; }
span { border-color: rgb(129,207,134); }
td.TdClassName
{
border-color: #81CF86;
}
.TagClassName
{
border-color: #81CF86;
}
</style>