Shades of Padua #81C697
Tints of Padua #81C697
RGB
CMYK
RGB Variations
Color information
#81C697 (or 0x81C697) is known color: Padua. HEX triplet: 81, C6 and 97. RGB value is (129,198,151). Sum of RGB (Red+Green+Blue) = 129+198+151=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 198 - color contains mainly: green. Hex color #81C697 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C697 is #7E3968. Grayscale: #ACACAC. Windows color (decimal): -8272233 or 9946753. OLE color: 9946753.
HSL color Cylindrical-coordinate representation of color #81C697: hue angle of 139.13º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81C697 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 198 | 151 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.22 |
| HSL | 139.13º | 0.38% | 0.64% | - |
| HSV(B) | 139.13º | 0.35% | 0.78% | - |
| XYZ | 34.83 | 47.29 | 36.57 | - |
| YUV | 172.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 198 | 151 | 0.35 | 0 | 0.24 | 0.22 | 139.13 | 0.38 | 0.64 |
| Hex | 81 | C6 | 97 | 23 | 0 | 18 | 16 | 8B | 26 | 40 |
| Octal | 201 | 306 | 227 | 43 | 0 | 30 | 26 | 213 | 46 | 100 |
| Binary | 10000001 | 11000110 | 10010111 | 100011 | 0 | 11000 | 10110 | 10001011 | 100110 | 1000000 |
Color Harmonies of #81C697
Complementary color
Monochromatic Colors of #81C697
Black with #81C697
Text Example
Text Example
White with #81C697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C697; }
p { color: rgb(129,198,151); }
H1.HeaderClassName
{
color: #81C697;
}
.AnyTagClassName
{
color: #81C697;
}
</style>
background-color css
<style>
a { background-color: #81C697; }
a { background-color: rgb(129,198,151); }
div.DivClassName
{
background-color: #81C697;
}
.BgClassName
{
background-color: #81C697;
}
</style>
border-color css
<style>
span { border-color: #81C697; }
span { border-color: rgb(129,198,151); }
td.TdClassName
{
border-color: #81C697;
}
.TagClassName
{
border-color: #81C697;
}
</style>