Shades of Padua #81C795
Tints of Padua #81C795
RGB
CMYK
RGB Variations
Color information
#81C795 (or 0x81C795) is known color: Padua. HEX triplet: 81, C7 and 95. RGB value is (129,199,149). Sum of RGB (Red+Green+Blue) = 129+199+149=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 199 - color contains mainly: green. Hex color #81C795 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C795 is #7E386A. Grayscale: #ACACAC. Windows color (decimal): -8271979 or 9815937. OLE color: 9815937.
HSL color Cylindrical-coordinate representation of color #81C795: hue angle of 137.14º 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 #81C795 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 149 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.22 |
| HSL | 137.14º | 0.38% | 0.64% | - |
| HSV(B) | 137.14º | 0.35% | 0.78% | - |
| XYZ | 34.9 | 47.68 | 35.8 | - |
| YUV | 172.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 149 | 0.35 | 0 | 0.25 | 0.22 | 137.14 | 0.38 | 0.64 |
| Hex | 81 | C7 | 95 | 23 | 0 | 19 | 16 | 89 | 26 | 40 |
| Octal | 201 | 307 | 225 | 43 | 0 | 31 | 26 | 211 | 46 | 100 |
| Binary | 10000001 | 11000111 | 10010101 | 100011 | 0 | 11001 | 10110 | 10001001 | 100110 | 1000000 |
Color Harmonies of #81C795
Complementary color
Monochromatic Colors of #81C795
Black with #81C795
Text Example
Text Example
White with #81C795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C795; }
p { color: rgb(129,199,149); }
H1.HeaderClassName
{
color: #81C795;
}
.AnyTagClassName
{
color: #81C795;
}
</style>
background-color css
<style>
a { background-color: #81C795; }
a { background-color: rgb(129,199,149); }
div.DivClassName
{
background-color: #81C795;
}
.BgClassName
{
background-color: #81C795;
}
</style>
border-color css
<style>
span { border-color: #81C795; }
span { border-color: rgb(129,199,149); }
td.TdClassName
{
border-color: #81C795;
}
.TagClassName
{
border-color: #81C795;
}
</style>