Shades of De York #81B884
Tints of De York #81B884
RGB
CMYK
RGB Variations
Color information
#81B884 (or 0x81B884) is known color: De York. HEX triplet: 81, B8 and 84. RGB value is (129,184,132). Sum of RGB (Red+Green+Blue) = 129+184+132=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 184 - color contains mainly: green. Hex color #81B884 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B884 is #7E477B. Grayscale: #A1A1A1. Windows color (decimal): -8275836 or 8697985. OLE color: 8697985.
HSL color Cylindrical-coordinate representation of color #81B884: hue angle of 123.27º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B884 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 184 | 132 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.28 |
| HSL | 123.27º | 0.28% | 0.61% | - |
| HSV(B) | 123.27º | 0.3% | 0.72% | - |
| XYZ | 30.36 | 40.61 | 28.07 | - |
| YUV | 161.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 184 | 132 | 0.30 | 0 | 0.28 | 0.28 | 123.27 | 0.28 | 0.61 |
| Hex | 81 | B8 | 84 | 1E | 0 | 1C | 1C | 7B | 1C | 3D |
| Octal | 201 | 270 | 204 | 36 | 0 | 34 | 34 | 173 | 34 | 75 |
| Binary | 10000001 | 10111000 | 10000100 | 11110 | 0 | 11100 | 11100 | 1111011 | 11100 | 111101 |
Color Harmonies of #81B884
Complementary color
Monochromatic Colors of #81B884
Black with #81B884
Text Example
Text Example
White with #81B884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B884; }
p { color: rgb(129,184,132); }
H1.HeaderClassName
{
color: #81B884;
}
.AnyTagClassName
{
color: #81B884;
}
</style>
background-color css
<style>
a { background-color: #81B884; }
a { background-color: rgb(129,184,132); }
div.DivClassName
{
background-color: #81B884;
}
.BgClassName
{
background-color: #81B884;
}
</style>
border-color css
<style>
span { border-color: #81B884; }
span { border-color: rgb(129,184,132); }
td.TdClassName
{
border-color: #81B884;
}
.TagClassName
{
border-color: #81B884;
}
</style>