Shades of De York #81BD7E
Tints of De York #81BD7E
RGB
CMYK
RGB Variations
Color information
#81BD7E (or 0x81BD7E) is known color: De York. HEX triplet: 81, BD and 7E. RGB value is (129,189,126). Sum of RGB (Red+Green+Blue) = 129+189+126=444 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.05% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD7E is #7E4281. Grayscale: #A4A4A4. Windows color (decimal): -8274562 or 8306049. OLE color: 8306049.
HSL color Cylindrical-coordinate representation of color #81BD7E: hue angle of 117.14º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81BD7E is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 126 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.26 |
| HSL | 117.14º | 0.32% | 0.62% | - |
| HSV(B) | 117.14º | 0.33% | 0.74% | - |
| XYZ | 31.02 | 42.57 | 26.32 | - |
| YUV | 163.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 126 | 0.32 | 0 | 0.33 | 0.26 | 117.14 | 0.32 | 0.62 |
| Hex | 81 | BD | 7E | 20 | 0 | 21 | 1A | 75 | 20 | 3E |
| Octal | 201 | 275 | 176 | 40 | 0 | 41 | 32 | 165 | 40 | 76 |
| Binary | 10000001 | 10111101 | 1111110 | 100000 | 0 | 100001 | 11010 | 1110101 | 100000 | 111110 |
Color Harmonies of #81BD7E
Complementary color
Monochromatic Colors of #81BD7E
Black with #81BD7E
Text Example
Text Example
White with #81BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD7E; }
p { color: rgb(129,189,126); }
H1.HeaderClassName
{
color: #81BD7E;
}
.AnyTagClassName
{
color: #81BD7E;
}
</style>
background-color css
<style>
a { background-color: #81BD7E; }
a { background-color: rgb(129,189,126); }
div.DivClassName
{
background-color: #81BD7E;
}
.BgClassName
{
background-color: #81BD7E;
}
</style>
border-color css
<style>
span { border-color: #81BD7E; }
span { border-color: rgb(129,189,126); }
td.TdClassName
{
border-color: #81BD7E;
}
.TagClassName
{
border-color: #81BD7E;
}
</style>