Shades of Padua #81B595
Tints of Padua #81B595
RGB
CMYK
RGB Variations
Color information
#81B595 (or 0x81B595) is known color: Padua. HEX triplet: 81, B5 and 95. RGB value is (129,181,149). Sum of RGB (Red+Green+Blue) = 129+181+149=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 149 (58.59% from 255 or 32.46% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #81B595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B595 is #7E4A6A. Grayscale: #A1A1A1. Windows color (decimal): -8276587 or 9811329. OLE color: 9811329.
HSL color Cylindrical-coordinate representation of color #81B595: hue angle of 143.08º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B595 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 181 | 149 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.29 |
| HSL | 143.08º | 0.26% | 0.61% | - |
| HSV(B) | 143.08º | 0.29% | 0.71% | - |
| XYZ | 31 | 39.88 | 34.5 | - |
| YUV | 161.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 181 | 149 | 0.29 | 0 | 0.18 | 0.29 | 143.08 | 0.26 | 0.61 |
| Hex | 81 | B5 | 95 | 1D | 0 | 12 | 1D | 8F | 1A | 3D |
| Octal | 201 | 265 | 225 | 35 | 0 | 22 | 35 | 217 | 32 | 75 |
| Binary | 10000001 | 10110101 | 10010101 | 11101 | 0 | 10010 | 11101 | 10001111 | 11010 | 111101 |
Color Harmonies of #81B595
Complementary color
Monochromatic Colors of #81B595
Black with #81B595
Text Example
Text Example
White with #81B595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B595; }
p { color: rgb(129,181,149); }
H1.HeaderClassName
{
color: #81B595;
}
.AnyTagClassName
{
color: #81B595;
}
</style>
background-color css
<style>
a { background-color: #81B595; }
a { background-color: rgb(129,181,149); }
div.DivClassName
{
background-color: #81B595;
}
.BgClassName
{
background-color: #81B595;
}
</style>
border-color css
<style>
span { border-color: #81B595; }
span { border-color: rgb(129,181,149); }
td.TdClassName
{
border-color: #81B595;
}
.TagClassName
{
border-color: #81B595;
}
</style>