Shades of Padua #80BF93
Tints of Padua #80BF93
RGB
CMYK
RGB Variations
Color information
#80BF93 (or 0x80BF93) is known color: Padua. HEX triplet: 80, BF and 93. RGB value is (128,191,147). Sum of RGB (Red+Green+Blue) = 128+191+147=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BF93 is #7F406C. Grayscale: #A7A7A7. Windows color (decimal): -8339565 or 9682816. OLE color: 9682816.
HSL color Cylindrical-coordinate representation of color #80BF93: hue angle of 138.1º 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 #80BF93 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 191 | 147 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.25 |
| HSL | 138.1º | 0.33% | 0.63% | - |
| HSV(B) | 138.1º | 0.33% | 0.75% | - |
| XYZ | 32.8 | 43.96 | 34.36 | - |
| YUV | 167.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 191 | 147 | 0.33 | 0 | 0.23 | 0.25 | 138.1 | 0.33 | 0.63 |
| Hex | 80 | BF | 93 | 21 | 0 | 17 | 19 | 8A | 21 | 3F |
| Octal | 200 | 277 | 223 | 41 | 0 | 27 | 31 | 212 | 41 | 77 |
| Binary | 10000000 | 10111111 | 10010011 | 100001 | 0 | 10111 | 11001 | 10001010 | 100001 | 111111 |
Color Harmonies of #80BF93
Complementary color
Monochromatic Colors of #80BF93
Black with #80BF93
Text Example
Text Example
White with #80BF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80BF93; }
p { color: rgb(128,191,147); }
H1.HeaderClassName
{
color: #80BF93;
}
.AnyTagClassName
{
color: #80BF93;
}
</style>
background-color css
<style>
a { background-color: #80BF93; }
a { background-color: rgb(128,191,147); }
div.DivClassName
{
background-color: #80BF93;
}
.BgClassName
{
background-color: #80BF93;
}
</style>
border-color css
<style>
span { border-color: #80BF93; }
span { border-color: rgb(128,191,147); }
td.TdClassName
{
border-color: #80BF93;
}
.TagClassName
{
border-color: #80BF93;
}
</style>