Shades of De York #81BA7D
Tints of De York #81BA7D
RGB
CMYK
RGB Variations
Color information
#81BA7D (or 0x81BA7D) is known color: De York. HEX triplet: 81, BA and 7D. RGB value is (129,186,125). Sum of RGB (Red+Green+Blue) = 129+186+125=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 186 - color contains mainly: green. Hex color #81BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BA7D is #7E4582. Grayscale: #A2A2A2. Windows color (decimal): -8275331 or 8239745. OLE color: 8239745.
HSL color Cylindrical-coordinate representation of color #81BA7D: hue angle of 116.07º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81BA7D is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 186 | 125 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.27 |
| HSL | 116.07º | 0.31% | 0.61% | - |
| HSV(B) | 116.07º | 0.33% | 0.73% | - |
| XYZ | 30.31 | 41.27 | 25.77 | - |
| YUV | 162 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 186 | 125 | 0.31 | 0 | 0.33 | 0.27 | 116.07 | 0.31 | 0.61 |
| Hex | 81 | BA | 7D | 1F | 0 | 21 | 1B | 74 | 1F | 3D |
| Octal | 201 | 272 | 175 | 37 | 0 | 41 | 33 | 164 | 37 | 75 |
| Binary | 10000001 | 10111010 | 1111101 | 11111 | 0 | 100001 | 11011 | 1110100 | 11111 | 111101 |
Color Harmonies of #81BA7D
Complementary color
Monochromatic Colors of #81BA7D
Black with #81BA7D
Text Example
Text Example
White with #81BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BA7D; }
p { color: rgb(129,186,125); }
H1.HeaderClassName
{
color: #81BA7D;
}
.AnyTagClassName
{
color: #81BA7D;
}
</style>
background-color css
<style>
a { background-color: #81BA7D; }
a { background-color: rgb(129,186,125); }
div.DivClassName
{
background-color: #81BA7D;
}
.BgClassName
{
background-color: #81BA7D;
}
</style>
border-color css
<style>
span { border-color: #81BA7D; }
span { border-color: rgb(129,186,125); }
td.TdClassName
{
border-color: #81BA7D;
}
.TagClassName
{
border-color: #81BA7D;
}
</style>