Shades of Padua #81C89D
Tints of Padua #81C89D
RGB
CMYK
RGB Variations
Color information
#81C89D (or 0x81C89D) is known color: Padua. HEX triplet: 81, C8 and 9D. RGB value is (129,200,157). Sum of RGB (Red+Green+Blue) = 129+200+157=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 200 (78.52% from 255 or 41.15% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 200 - color contains mainly: green. Hex color #81C89D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81C89D is #7E3762. Grayscale: #ADADAD. Windows color (decimal): -8271715 or 10340481. OLE color: 10340481.
HSL color Cylindrical-coordinate representation of color #81C89D: hue angle of 143.66º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81C89D is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 157 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.22 |
| HSL | 143.66º | 0.39% | 0.65% | - |
| HSV(B) | 143.66º | 0.36% | 0.78% | - |
| XYZ | 35.79 | 48.41 | 39.36 | - |
| YUV | 173.87 | 118.48 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 157 | 0.36 | 0 | 0.22 | 0.22 | 143.66 | 0.39 | 0.65 |
| Hex | 81 | C8 | 9D | 24 | 0 | 16 | 16 | 90 | 27 | 41 |
| Octal | 201 | 310 | 235 | 44 | 0 | 26 | 26 | 220 | 47 | 101 |
| Binary | 10000001 | 11001000 | 10011101 | 100100 | 0 | 10110 | 10110 | 10010000 | 100111 | 1000001 |
Color Harmonies of #81C89D
Complementary color
Monochromatic Colors of #81C89D
Black with #81C89D
Text Example
Text Example
White with #81C89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C89D; }
p { color: rgb(129,200,157); }
H1.HeaderClassName
{
color: #81C89D;
}
.AnyTagClassName
{
color: #81C89D;
}
</style>
background-color css
<style>
a { background-color: #81C89D; }
a { background-color: rgb(129,200,157); }
div.DivClassName
{
background-color: #81C89D;
}
.BgClassName
{
background-color: #81C89D;
}
</style>
border-color css
<style>
span { border-color: #81C89D; }
span { border-color: rgb(129,200,157); }
td.TdClassName
{
border-color: #81C89D;
}
.TagClassName
{
border-color: #81C89D;
}
</style>