Shades of Padua #7DBF93
Tints of Padua #7DBF93
RGB
CMYK
RGB Variations
Color information
#7DBF93 (or 0x7DBF93) is known color: Padua. HEX triplet: 7D, BF and 93. RGB value is (125,191,147). Sum of RGB (Red+Green+Blue) = 125+191+147=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 147 (57.81% from 255 or 31.75% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #7DBF93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DBF93 is #82406C. Grayscale: #A6A6A6. Windows color (decimal): -8536173 or 9682813. OLE color: 9682813.
HSL color Cylindrical-coordinate representation of color #7DBF93: hue angle of 140º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBF93 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 191 | 147 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.25 |
| HSL | 140º | 0.34% | 0.62% | - |
| HSV(B) | 140º | 0.35% | 0.75% | - |
| XYZ | 32.35 | 43.73 | 34.34 | - |
| YUV | 166.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 191 | 147 | 0.35 | 0 | 0.23 | 0.25 | 140 | 0.34 | 0.62 |
| Hex | 7D | BF | 93 | 23 | 0 | 17 | 19 | 8C | 22 | 3E |
| Octal | 175 | 277 | 223 | 43 | 0 | 27 | 31 | 214 | 42 | 76 |
| Binary | 1111101 | 10111111 | 10010011 | 100011 | 0 | 10111 | 11001 | 10001100 | 100010 | 111110 |
Color Harmonies of #7DBF93
Complementary color
Monochromatic Colors of #7DBF93
Black with #7DBF93
Text Example
Text Example
White with #7DBF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBF93; }
p { color: rgb(125,191,147); }
H1.HeaderClassName
{
color: #7DBF93;
}
.AnyTagClassName
{
color: #7DBF93;
}
</style>
background-color css
<style>
a { background-color: #7DBF93; }
a { background-color: rgb(125,191,147); }
div.DivClassName
{
background-color: #7DBF93;
}
.BgClassName
{
background-color: #7DBF93;
}
</style>
border-color css
<style>
span { border-color: #7DBF93; }
span { border-color: rgb(125,191,147); }
td.TdClassName
{
border-color: #7DBF93;
}
.TagClassName
{
border-color: #7DBF93;
}
</style>