Shades of Padua #81C195
Tints of Padua #81C195
RGB
CMYK
RGB Variations
Color information
#81C195 (or 0x81C195) is known color: Padua. HEX triplet: 81, C1 and 95. RGB value is (129,193,149). Sum of RGB (Red+Green+Blue) = 129+193+149=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #81C195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C195 is #7E3E6A. Grayscale: #A8A8A8. Windows color (decimal): -8273515 or 9814401. OLE color: 9814401.
HSL color Cylindrical-coordinate representation of color #81C195: hue angle of 138.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C195 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 149 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.24 |
| HSL | 138.75º | 0.34% | 0.63% | - |
| HSV(B) | 138.75º | 0.33% | 0.76% | - |
| XYZ | 33.55 | 44.98 | 35.35 | - |
| YUV | 168.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 149 | 0.33 | 0 | 0.23 | 0.24 | 138.75 | 0.34 | 0.63 |
| Hex | 81 | C1 | 95 | 21 | 0 | 17 | 18 | 8B | 22 | 3F |
| Octal | 201 | 301 | 225 | 41 | 0 | 27 | 30 | 213 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10010101 | 100001 | 0 | 10111 | 11000 | 10001011 | 100010 | 111111 |
Color Harmonies of #81C195
Complementary color
Monochromatic Colors of #81C195
Black with #81C195
Text Example
Text Example
White with #81C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C195; }
p { color: rgb(129,193,149); }
H1.HeaderClassName
{
color: #81C195;
}
.AnyTagClassName
{
color: #81C195;
}
</style>
background-color css
<style>
a { background-color: #81C195; }
a { background-color: rgb(129,193,149); }
div.DivClassName
{
background-color: #81C195;
}
.BgClassName
{
background-color: #81C195;
}
</style>
border-color css
<style>
span { border-color: #81C195; }
span { border-color: rgb(129,193,149); }
td.TdClassName
{
border-color: #81C195;
}
.TagClassName
{
border-color: #81C195;
}
</style>