Shades of Padua #81C099
Tints of Padua #81C099
RGB
CMYK
RGB Variations
Color information
#81C099 (or 0x81C099) is known color: Padua. HEX triplet: 81, C0 and 99. RGB value is (129,192,153). Sum of RGB (Red+Green+Blue) = 129+192+153=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 153 (60.16% from 255 or 32.28% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #81C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C099 is #7E3F66. Grayscale: #A8A8A8. Windows color (decimal): -8273767 or 10076289. OLE color: 10076289.
HSL color Cylindrical-coordinate representation of color #81C099: hue angle of 142.86º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81C099 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 153 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.25 |
| HSL | 142.86º | 0.33% | 0.63% | - |
| HSV(B) | 142.86º | 0.33% | 0.75% | - |
| XYZ | 33.65 | 44.67 | 36.98 | - |
| YUV | 168.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 153 | 0.33 | 0 | 0.20 | 0.25 | 142.86 | 0.33 | 0.63 |
| Hex | 81 | C0 | 99 | 21 | 0 | 14 | 19 | 8F | 21 | 3F |
| Octal | 201 | 300 | 231 | 41 | 0 | 24 | 31 | 217 | 41 | 77 |
| Binary | 10000001 | 11000000 | 10011001 | 100001 | 0 | 10100 | 11001 | 10001111 | 100001 | 111111 |
Color Harmonies of #81C099
Complementary color
Monochromatic Colors of #81C099
Black with #81C099
Text Example
Text Example
White with #81C099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C099; }
p { color: rgb(129,192,153); }
H1.HeaderClassName
{
color: #81C099;
}
.AnyTagClassName
{
color: #81C099;
}
</style>
background-color css
<style>
a { background-color: #81C099; }
a { background-color: rgb(129,192,153); }
div.DivClassName
{
background-color: #81C099;
}
.BgClassName
{
background-color: #81C099;
}
</style>
border-color css
<style>
span { border-color: #81C099; }
span { border-color: rgb(129,192,153); }
td.TdClassName
{
border-color: #81C099;
}
.TagClassName
{
border-color: #81C099;
}
</style>