Shades of Padua #80C395
Tints of Padua #80C395
RGB
CMYK
RGB Variations
Color information
#80C395 (or 0x80C395) is known color: Padua. HEX triplet: 80, C3 and 95. RGB value is (128,195,149). Sum of RGB (Red+Green+Blue) = 128+195+149=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 195 - color contains mainly: green. Hex color #80C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C395 is #7F3C6A. Grayscale: #A9A9A9. Windows color (decimal): -8338539 or 9814912. OLE color: 9814912.
HSL color Cylindrical-coordinate representation of color #80C395: hue angle of 138.81º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C395 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 195 | 149 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.24 |
| HSL | 138.81º | 0.36% | 0.63% | - |
| HSV(B) | 138.81º | 0.34% | 0.76% | - |
| XYZ | 33.84 | 45.79 | 35.49 | - |
| YUV | 169.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 195 | 149 | 0.34 | 0 | 0.24 | 0.24 | 138.81 | 0.36 | 0.63 |
| Hex | 80 | C3 | 95 | 22 | 0 | 18 | 18 | 8B | 24 | 3F |
| Octal | 200 | 303 | 225 | 42 | 0 | 30 | 30 | 213 | 44 | 77 |
| Binary | 10000000 | 11000011 | 10010101 | 100010 | 0 | 11000 | 11000 | 10001011 | 100100 | 111111 |
Color Harmonies of #80C395
Complementary color
Monochromatic Colors of #80C395
Black with #80C395
Text Example
Text Example
White with #80C395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C395; }
p { color: rgb(128,195,149); }
H1.HeaderClassName
{
color: #80C395;
}
.AnyTagClassName
{
color: #80C395;
}
</style>
background-color css
<style>
a { background-color: #80C395; }
a { background-color: rgb(128,195,149); }
div.DivClassName
{
background-color: #80C395;
}
.BgClassName
{
background-color: #80C395;
}
</style>
border-color css
<style>
span { border-color: #80C395; }
span { border-color: rgb(128,195,149); }
td.TdClassName
{
border-color: #80C395;
}
.TagClassName
{
border-color: #80C395;
}
</style>