Shades of De York #81B980
Tints of De York #81B980
RGB
CMYK
RGB Variations
Color information
#81B980 (or 0x81B980) is known color: De York. HEX triplet: 81, B9 and 80. RGB value is (129,185,128). Sum of RGB (Red+Green+Blue) = 129+185+128=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 185 - color contains mainly: green. Hex color #81B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B980 is #7E467F. Grayscale: #A1A1A1. Windows color (decimal): -8275584 or 8436097. OLE color: 8436097.
HSL color Cylindrical-coordinate representation of color #81B980: hue angle of 118.95º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B980 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 128 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.27 |
| HSL | 118.95º | 0.29% | 0.61% | - |
| HSV(B) | 118.95º | 0.31% | 0.73% | - |
| XYZ | 30.3 | 40.92 | 26.72 | - |
| YUV | 161.76 | 108.95 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 128 | 0.30 | 0 | 0.31 | 0.27 | 118.95 | 0.29 | 0.61 |
| Hex | 81 | B9 | 80 | 1E | 0 | 1F | 1B | 77 | 1D | 3D |
| Octal | 201 | 271 | 200 | 36 | 0 | 37 | 33 | 167 | 35 | 75 |
| Binary | 10000001 | 10111001 | 10000000 | 11110 | 0 | 11111 | 11011 | 1110111 | 11101 | 111101 |
Color Harmonies of #81B980
Complementary color
Monochromatic Colors of #81B980
Black with #81B980
Text Example
Text Example
White with #81B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B980; }
p { color: rgb(129,185,128); }
H1.HeaderClassName
{
color: #81B980;
}
.AnyTagClassName
{
color: #81B980;
}
</style>
background-color css
<style>
a { background-color: #81B980; }
a { background-color: rgb(129,185,128); }
div.DivClassName
{
background-color: #81B980;
}
.BgClassName
{
background-color: #81B980;
}
</style>
border-color css
<style>
span { border-color: #81B980; }
span { border-color: rgb(129,185,128); }
td.TdClassName
{
border-color: #81B980;
}
.TagClassName
{
border-color: #81B980;
}
</style>