Shades of De York #81BD75
Tints of De York #81BD75
RGB
CMYK
RGB Variations
Color information
#81BD75 (or 0x81BD75) is known color: De York. HEX triplet: 81, BD and 75. RGB value is (129,189,117). Sum of RGB (Red+Green+Blue) = 129+189+117=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81BD75 is #7E428A. Grayscale: #A3A3A3. Windows color (decimal): -8274571 or 7716225. OLE color: 7716225.
HSL color Cylindrical-coordinate representation of color #81BD75: hue angle of 110º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81BD75 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 117 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.26 |
| HSL | 110º | 0.35% | 0.6% | - |
| HSV(B) | 110º | 0.38% | 0.74% | - |
| XYZ | 30.46 | 42.35 | 23.4 | - |
| YUV | 162.85 | 102.12 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 117 | 0.32 | 0 | 0.38 | 0.26 | 110 | 0.35 | 0.6 |
| Hex | 81 | BD | 75 | 20 | 0 | 26 | 1A | 6E | 23 | 3C |
| Octal | 201 | 275 | 165 | 40 | 0 | 46 | 32 | 156 | 43 | 74 |
| Binary | 10000001 | 10111101 | 1110101 | 100000 | 0 | 100110 | 11010 | 1101110 | 100011 | 111100 |
Color Harmonies of #81BD75
Complementary color
Monochromatic Colors of #81BD75
Black with #81BD75
Text Example
Text Example
White with #81BD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD75; }
p { color: rgb(129,189,117); }
H1.HeaderClassName
{
color: #81BD75;
}
.AnyTagClassName
{
color: #81BD75;
}
</style>
background-color css
<style>
a { background-color: #81BD75; }
a { background-color: rgb(129,189,117); }
div.DivClassName
{
background-color: #81BD75;
}
.BgClassName
{
background-color: #81BD75;
}
</style>
border-color css
<style>
span { border-color: #81BD75; }
span { border-color: rgb(129,189,117); }
td.TdClassName
{
border-color: #81BD75;
}
.TagClassName
{
border-color: #81BD75;
}
</style>