Shades of Padua #81C296
Tints of Padua #81C296
RGB
CMYK
RGB Variations
Color information
#81C296 (or 0x81C296) is known color: Padua. HEX triplet: 81, C2 and 96. RGB value is (129,194,150). Sum of RGB (Red+Green+Blue) = 129+194+150=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #81C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C296 is #7E3D69. Grayscale: #A9A9A9. Windows color (decimal): -8273258 or 9880193. OLE color: 9880193.
HSL color Cylindrical-coordinate representation of color #81C296: hue angle of 139.38º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C296 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 150 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.24 |
| HSL | 139.38º | 0.35% | 0.63% | - |
| HSV(B) | 139.38º | 0.34% | 0.76% | - |
| XYZ | 33.85 | 45.45 | 35.84 | - |
| YUV | 169.55 | 116.97 | 99.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 150 | 0.34 | 0 | 0.23 | 0.24 | 139.38 | 0.35 | 0.63 |
| Hex | 81 | C2 | 96 | 22 | 0 | 17 | 18 | 8B | 23 | 3F |
| Octal | 201 | 302 | 226 | 42 | 0 | 27 | 30 | 213 | 43 | 77 |
| Binary | 10000001 | 11000010 | 10010110 | 100010 | 0 | 10111 | 11000 | 10001011 | 100011 | 111111 |
Color Harmonies of #81C296
Complementary color
Monochromatic Colors of #81C296
Black with #81C296
Text Example
Text Example
White with #81C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C296; }
p { color: rgb(129,194,150); }
H1.HeaderClassName
{
color: #81C296;
}
.AnyTagClassName
{
color: #81C296;
}
</style>
background-color css
<style>
a { background-color: #81C296; }
a { background-color: rgb(129,194,150); }
div.DivClassName
{
background-color: #81C296;
}
.BgClassName
{
background-color: #81C296;
}
</style>
border-color css
<style>
span { border-color: #81C296; }
span { border-color: rgb(129,194,150); }
td.TdClassName
{
border-color: #81C296;
}
.TagClassName
{
border-color: #81C296;
}
</style>