Shades of De York #81BD88
Tints of De York #81BD88
RGB
CMYK
RGB Variations
Color information
#81BD88 (or 0x81BD88) is known color: De York. HEX triplet: 81, BD and 88. RGB value is (129,189,136). Sum of RGB (Red+Green+Blue) = 129+189+136=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD88 is #7E4277. Grayscale: #A5A5A5. Windows color (decimal): -8274552 or 8961409. OLE color: 8961409.
HSL color Cylindrical-coordinate representation of color #81BD88: hue angle of 127º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81BD88 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 136 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.26 |
| HSL | 127º | 0.31% | 0.62% | - |
| HSV(B) | 127º | 0.32% | 0.74% | - |
| XYZ | 31.69 | 42.84 | 29.89 | - |
| YUV | 165.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 136 | 0.32 | 0 | 0.28 | 0.26 | 127 | 0.31 | 0.62 |
| Hex | 81 | BD | 88 | 20 | 0 | 1C | 1A | 7F | 1F | 3E |
| Octal | 201 | 275 | 210 | 40 | 0 | 34 | 32 | 177 | 37 | 76 |
| Binary | 10000001 | 10111101 | 10001000 | 100000 | 0 | 11100 | 11010 | 1111111 | 11111 | 111110 |
Color Harmonies of #81BD88
Complementary color
Monochromatic Colors of #81BD88
Black with #81BD88
Text Example
Text Example
White with #81BD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD88; }
p { color: rgb(129,189,136); }
H1.HeaderClassName
{
color: #81BD88;
}
.AnyTagClassName
{
color: #81BD88;
}
</style>
background-color css
<style>
a { background-color: #81BD88; }
a { background-color: rgb(129,189,136); }
div.DivClassName
{
background-color: #81BD88;
}
.BgClassName
{
background-color: #81BD88;
}
</style>
border-color css
<style>
span { border-color: #81BD88; }
span { border-color: rgb(129,189,136); }
td.TdClassName
{
border-color: #81BD88;
}
.TagClassName
{
border-color: #81BD88;
}
</style>