Shades of Padua #81C597
Tints of Padua #81C597
RGB
CMYK
RGB Variations
Color information
#81C597 (or 0x81C597) is known color: Padua. HEX triplet: 81, C5 and 97. RGB value is (129,197,151). Sum of RGB (Red+Green+Blue) = 129+197+151=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 151 (59.38% from 255 or 31.66% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #81C597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C597 is #7E3A68. Grayscale: #ABABAB. Windows color (decimal): -8272489 or 9946497. OLE color: 9946497.
HSL color Cylindrical-coordinate representation of color #81C597: hue angle of 139.41º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C597 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 151 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.23 |
| HSL | 139.41º | 0.37% | 0.64% | - |
| HSV(B) | 139.41º | 0.35% | 0.77% | - |
| XYZ | 34.61 | 46.83 | 36.49 | - |
| YUV | 171.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 151 | 0.35 | 0 | 0.23 | 0.23 | 139.41 | 0.37 | 0.64 |
| Hex | 81 | C5 | 97 | 23 | 0 | 17 | 17 | 8B | 25 | 40 |
| Octal | 201 | 305 | 227 | 43 | 0 | 27 | 27 | 213 | 45 | 100 |
| Binary | 10000001 | 11000101 | 10010111 | 100011 | 0 | 10111 | 10111 | 10001011 | 100101 | 1000000 |
Color Harmonies of #81C597
Complementary color
Monochromatic Colors of #81C597
Black with #81C597
Text Example
Text Example
White with #81C597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C597; }
p { color: rgb(129,197,151); }
H1.HeaderClassName
{
color: #81C597;
}
.AnyTagClassName
{
color: #81C597;
}
</style>
background-color css
<style>
a { background-color: #81C597; }
a { background-color: rgb(129,197,151); }
div.DivClassName
{
background-color: #81C597;
}
.BgClassName
{
background-color: #81C597;
}
</style>
border-color css
<style>
span { border-color: #81C597; }
span { border-color: rgb(129,197,151); }
td.TdClassName
{
border-color: #81C597;
}
.TagClassName
{
border-color: #81C597;
}
</style>