Shades of Padua #81BD96
Tints of Padua #81BD96
RGB
CMYK
RGB Variations
Color information
#81BD96 (or 0x81BD96) is known color: Padua. HEX triplet: 81, BD and 96. RGB value is (129,189,150). Sum of RGB (Red+Green+Blue) = 129+189+150=468 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.56% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 150 (58.98% from 255 or 32.05% from 468); Max value from RGB is 189 - color contains mainly: green. Hex color #81BD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BD96 is #7E4269. Grayscale: #A6A6A6. Windows color (decimal): -8274538 or 9878913. OLE color: 9878913.
HSL color Cylindrical-coordinate representation of color #81BD96: hue angle of 141º 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 #81BD96 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 189 | 150 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.26 |
| HSL | 141º | 0.31% | 0.62% | - |
| HSV(B) | 141º | 0.32% | 0.74% | - |
| XYZ | 32.76 | 43.26 | 35.48 | - |
| YUV | 166.61 | 118.62 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 189 | 150 | 0.32 | 0 | 0.21 | 0.26 | 141 | 0.31 | 0.62 |
| Hex | 81 | BD | 96 | 20 | 0 | 15 | 1A | 8D | 1F | 3E |
| Octal | 201 | 275 | 226 | 40 | 0 | 25 | 32 | 215 | 37 | 76 |
| Binary | 10000001 | 10111101 | 10010110 | 100000 | 0 | 10101 | 11010 | 10001101 | 11111 | 111110 |
Color Harmonies of #81BD96
Complementary color
Monochromatic Colors of #81BD96
Black with #81BD96
Text Example
Text Example
White with #81BD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BD96; }
p { color: rgb(129,189,150); }
H1.HeaderClassName
{
color: #81BD96;
}
.AnyTagClassName
{
color: #81BD96;
}
</style>
background-color css
<style>
a { background-color: #81BD96; }
a { background-color: rgb(129,189,150); }
div.DivClassName
{
background-color: #81BD96;
}
.BgClassName
{
background-color: #81BD96;
}
</style>
border-color css
<style>
span { border-color: #81BD96; }
span { border-color: rgb(129,189,150); }
td.TdClassName
{
border-color: #81BD96;
}
.TagClassName
{
border-color: #81BD96;
}
</style>