Shades of De York #81D591
Tints of De York #81D591
RGB
CMYK
RGB Variations
Color information
#81D591 (or 0x81D591) is known color: De York. HEX triplet: 81, D5 and 91. RGB value is (129,213,145). Sum of RGB (Red+Green+Blue) = 129+213+145=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 213 - color contains mainly: green. Hex color #81D591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D591 is #7E2A6E. Grayscale: #B4B4B4. Windows color (decimal): -8268399 or 9557377. OLE color: 9557377.
HSL color Cylindrical-coordinate representation of color #81D591: hue angle of 131.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81D591 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 213 | 145 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.16 |
| HSL | 131.43º | 0.5% | 0.67% | - |
| HSV(B) | 131.43º | 0.39% | 0.84% | - |
| XYZ | 37.96 | 54.3 | 35.27 | - |
| YUV | 180.13 | 108.17 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 213 | 145 | 0.39 | 0 | 0.32 | 0.16 | 131.43 | 0.5 | 0.67 |
| Hex | 81 | D5 | 91 | 27 | 0 | 20 | 10 | 83 | 32 | 43 |
| Octal | 201 | 325 | 221 | 47 | 0 | 40 | 20 | 203 | 62 | 103 |
| Binary | 10000001 | 11010101 | 10010001 | 100111 | 0 | 100000 | 10000 | 10000011 | 110010 | 1000011 |
Color Harmonies of #81D591
Complementary color
Monochromatic Colors of #81D591
Black with #81D591
Text Example
Text Example
White with #81D591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D591; }
p { color: rgb(129,213,145); }
H1.HeaderClassName
{
color: #81D591;
}
.AnyTagClassName
{
color: #81D591;
}
</style>
background-color css
<style>
a { background-color: #81D591; }
a { background-color: rgb(129,213,145); }
div.DivClassName
{
background-color: #81D591;
}
.BgClassName
{
background-color: #81D591;
}
</style>
border-color css
<style>
span { border-color: #81D591; }
span { border-color: rgb(129,213,145); }
td.TdClassName
{
border-color: #81D591;
}
.TagClassName
{
border-color: #81D591;
}
</style>