Shades of Padua #81C799
Tints of Padua #81C799
RGB
CMYK
RGB Variations
Color information
#81C799 (or 0x81C799) is known color: Padua. HEX triplet: 81, C7 and 99. RGB value is (129,199,153). Sum of RGB (Red+Green+Blue) = 129+199+153=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 199 - color contains mainly: green. Hex color #81C799 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C799 is #7E3866. Grayscale: #ACACAC. Windows color (decimal): -8271975 or 10078081. OLE color: 10078081.
HSL color Cylindrical-coordinate representation of color #81C799: hue angle of 140.57º 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 #81C799 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 153 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.22 |
| HSL | 140.57º | 0.38% | 0.64% | - |
| HSV(B) | 140.57º | 0.35% | 0.78% | - |
| XYZ | 35.23 | 47.81 | 37.51 | - |
| YUV | 172.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 153 | 0.35 | 0 | 0.23 | 0.22 | 140.57 | 0.38 | 0.64 |
| Hex | 81 | C7 | 99 | 23 | 0 | 17 | 16 | 8D | 26 | 40 |
| Octal | 201 | 307 | 231 | 43 | 0 | 27 | 26 | 215 | 46 | 100 |
| Binary | 10000001 | 11000111 | 10011001 | 100011 | 0 | 10111 | 10110 | 10001101 | 100110 | 1000000 |
Color Harmonies of #81C799
Complementary color
Monochromatic Colors of #81C799
Black with #81C799
Text Example
Text Example
White with #81C799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C799; }
p { color: rgb(129,199,153); }
H1.HeaderClassName
{
color: #81C799;
}
.AnyTagClassName
{
color: #81C799;
}
</style>
background-color css
<style>
a { background-color: #81C799; }
a { background-color: rgb(129,199,153); }
div.DivClassName
{
background-color: #81C799;
}
.BgClassName
{
background-color: #81C799;
}
</style>
border-color css
<style>
span { border-color: #81C799; }
span { border-color: rgb(129,199,153); }
td.TdClassName
{
border-color: #81C799;
}
.TagClassName
{
border-color: #81C799;
}
</style>