Shades of Padua #81C19D
Tints of Padua #81C19D
RGB
CMYK
RGB Variations
Color information
#81C19D (or 0x81C19D) is known color: Padua. HEX triplet: 81, C1 and 9D. RGB value is (129,193,157). Sum of RGB (Red+Green+Blue) = 129+193+157=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #81C19D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C19D is #7E3E62. Grayscale: #A9A9A9. Windows color (decimal): -8273507 or 10338689. OLE color: 10338689.
HSL color Cylindrical-coordinate representation of color #81C19D: hue angle of 146.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C19D is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 193 | 157 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.24 |
| HSL | 146.25º | 0.34% | 0.63% | - |
| HSV(B) | 146.25º | 0.33% | 0.76% | - |
| XYZ | 34.21 | 45.24 | 38.83 | - |
| YUV | 169.76 | 120.8 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 193 | 157 | 0.33 | 0 | 0.19 | 0.24 | 146.25 | 0.34 | 0.63 |
| Hex | 81 | C1 | 9D | 21 | 0 | 13 | 18 | 92 | 22 | 3F |
| Octal | 201 | 301 | 235 | 41 | 0 | 23 | 30 | 222 | 42 | 77 |
| Binary | 10000001 | 11000001 | 10011101 | 100001 | 0 | 10011 | 11000 | 10010010 | 100010 | 111111 |
Color Harmonies of #81C19D
Complementary color
Monochromatic Colors of #81C19D
Black with #81C19D
Text Example
Text Example
White with #81C19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C19D; }
p { color: rgb(129,193,157); }
H1.HeaderClassName
{
color: #81C19D;
}
.AnyTagClassName
{
color: #81C19D;
}
</style>
background-color css
<style>
a { background-color: #81C19D; }
a { background-color: rgb(129,193,157); }
div.DivClassName
{
background-color: #81C19D;
}
.BgClassName
{
background-color: #81C19D;
}
</style>
border-color css
<style>
span { border-color: #81C19D; }
span { border-color: rgb(129,193,157); }
td.TdClassName
{
border-color: #81C19D;
}
.TagClassName
{
border-color: #81C19D;
}
</style>