Shades of Padua #81C796
Tints of Padua #81C796
RGB
CMYK
RGB Variations
Color information
#81C796 (or 0x81C796) is known color: Padua. HEX triplet: 81, C7 and 96. RGB value is (129,199,150). Sum of RGB (Red+Green+Blue) = 129+199+150=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 199 - color contains mainly: green. Hex color #81C796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C796 is #7E3869. Grayscale: #ACACAC. Windows color (decimal): -8271978 or 9881473. OLE color: 9881473.
HSL color Cylindrical-coordinate representation of color #81C796: hue angle of 138º 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 #81C796 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 150 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.22 |
| HSL | 138º | 0.38% | 0.64% | - |
| HSV(B) | 138º | 0.35% | 0.78% | - |
| XYZ | 34.98 | 47.72 | 36.22 | - |
| YUV | 172.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 150 | 0.35 | 0 | 0.25 | 0.22 | 138 | 0.38 | 0.64 |
| Hex | 81 | C7 | 96 | 23 | 0 | 19 | 16 | 8A | 26 | 40 |
| Octal | 201 | 307 | 226 | 43 | 0 | 31 | 26 | 212 | 46 | 100 |
| Binary | 10000001 | 11000111 | 10010110 | 100011 | 0 | 11001 | 10110 | 10001010 | 100110 | 1000000 |
Color Harmonies of #81C796
Complementary color
Monochromatic Colors of #81C796
Black with #81C796
Text Example
Text Example
White with #81C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C796; }
p { color: rgb(129,199,150); }
H1.HeaderClassName
{
color: #81C796;
}
.AnyTagClassName
{
color: #81C796;
}
</style>
background-color css
<style>
a { background-color: #81C796; }
a { background-color: rgb(129,199,150); }
div.DivClassName
{
background-color: #81C796;
}
.BgClassName
{
background-color: #81C796;
}
</style>
border-color css
<style>
span { border-color: #81C796; }
span { border-color: rgb(129,199,150); }
td.TdClassName
{
border-color: #81C796;
}
.TagClassName
{
border-color: #81C796;
}
</style>