Shades of Padua #81C397
Tints of Padua #81C397
RGB
CMYK
RGB Variations
Color information
#81C397 (or 0x81C397) is known color: Padua. HEX triplet: 81, C3 and 97. RGB value is (129,195,151). Sum of RGB (Red+Green+Blue) = 129+195+151=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #81C397 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C397 is #7E3C68. Grayscale: #AAAAAA. Windows color (decimal): -8273001 or 9945985. OLE color: 9945985.
HSL color Cylindrical-coordinate representation of color #81C397: hue angle of 140º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C397 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 151 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.24 |
| HSL | 140º | 0.35% | 0.64% | - |
| HSV(B) | 140º | 0.34% | 0.76% | - |
| XYZ | 34.15 | 45.93 | 36.34 | - |
| YUV | 170.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 151 | 0.34 | 0 | 0.23 | 0.24 | 140 | 0.35 | 0.64 |
| Hex | 81 | C3 | 97 | 22 | 0 | 17 | 18 | 8C | 23 | 40 |
| Octal | 201 | 303 | 227 | 42 | 0 | 27 | 30 | 214 | 43 | 100 |
| Binary | 10000001 | 11000011 | 10010111 | 100010 | 0 | 10111 | 11000 | 10001100 | 100011 | 1000000 |
Color Harmonies of #81C397
Complementary color
Monochromatic Colors of #81C397
Black with #81C397
Text Example
Text Example
White with #81C397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C397; }
p { color: rgb(129,195,151); }
H1.HeaderClassName
{
color: #81C397;
}
.AnyTagClassName
{
color: #81C397;
}
</style>
background-color css
<style>
a { background-color: #81C397; }
a { background-color: rgb(129,195,151); }
div.DivClassName
{
background-color: #81C397;
}
.BgClassName
{
background-color: #81C397;
}
</style>
border-color css
<style>
span { border-color: #81C397; }
span { border-color: rgb(129,195,151); }
td.TdClassName
{
border-color: #81C397;
}
.TagClassName
{
border-color: #81C397;
}
</style>