Shades of Padua #81C49E
Tints of Padua #81C49E
RGB
CMYK
RGB Variations
Color information
#81C49E (or 0x81C49E) is known color: Padua. HEX triplet: 81, C4 and 9E. RGB value is (129,196,158). Sum of RGB (Red+Green+Blue) = 129+196+158=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 196 (76.95% from 255 or 40.58% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 196 - color contains mainly: green. Hex color #81C49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C49E is #7E3B61. Grayscale: #ABABAB. Windows color (decimal): -8272738 or 10404993. OLE color: 10404993.
HSL color Cylindrical-coordinate representation of color #81C49E: hue angle of 145.97º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81C49E is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 196 | 158 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.23 |
| HSL | 145.97º | 0.36% | 0.64% | - |
| HSV(B) | 145.97º | 0.34% | 0.77% | - |
| XYZ | 34.96 | 46.62 | 39.5 | - |
| YUV | 171.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 196 | 158 | 0.34 | 0 | 0.19 | 0.23 | 145.97 | 0.36 | 0.64 |
| Hex | 81 | C4 | 9E | 22 | 0 | 13 | 17 | 92 | 24 | 40 |
| Octal | 201 | 304 | 236 | 42 | 0 | 23 | 27 | 222 | 44 | 100 |
| Binary | 10000001 | 11000100 | 10011110 | 100010 | 0 | 10011 | 10111 | 10010010 | 100100 | 1000000 |
Color Harmonies of #81C49E
Complementary color
Monochromatic Colors of #81C49E
Black with #81C49E
Text Example
Text Example
White with #81C49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C49E; }
p { color: rgb(129,196,158); }
H1.HeaderClassName
{
color: #81C49E;
}
.AnyTagClassName
{
color: #81C49E;
}
</style>
background-color css
<style>
a { background-color: #81C49E; }
a { background-color: rgb(129,196,158); }
div.DivClassName
{
background-color: #81C49E;
}
.BgClassName
{
background-color: #81C49E;
}
</style>
border-color css
<style>
span { border-color: #81C49E; }
span { border-color: rgb(129,196,158); }
td.TdClassName
{
border-color: #81C49E;
}
.TagClassName
{
border-color: #81C49E;
}
</style>