Shades of Padua #7DCB94
Tints of Padua #7DCB94
RGB
CMYK
RGB Variations
Color information
#7DCB94 (or 0x7DCB94) is known color: Padua. HEX triplet: 7D, CB and 94. RGB value is (125,203,148). Sum of RGB (Red+Green+Blue) = 125+203+148=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 203 (79.69% from 255 or 42.65% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCB94 is #82346B. Grayscale: #ADADAD. Windows color (decimal): -8533100 or 9751421. OLE color: 9751421.
HSL color Cylindrical-coordinate representation of color #7DCB94: hue angle of 137.69º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCB94 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 148 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.20 |
| HSL | 137.69º | 0.43% | 0.64% | - |
| HSV(B) | 137.69º | 0.38% | 0.8% | - |
| XYZ | 35.16 | 49.21 | 35.66 | - |
| YUV | 173.41 | 113.66 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 148 | 0.38 | 0 | 0.27 | 0.20 | 137.69 | 0.43 | 0.64 |
| Hex | 7D | CB | 94 | 26 | 0 | 1B | 14 | 8A | 2B | 40 |
| Octal | 175 | 313 | 224 | 46 | 0 | 33 | 24 | 212 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10010100 | 100110 | 0 | 11011 | 10100 | 10001010 | 101011 | 1000000 |
Color Harmonies of #7DCB94
Complementary color
Monochromatic Colors of #7DCB94
Black with #7DCB94
Text Example
Text Example
White with #7DCB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB94; }
p { color: rgb(125,203,148); }
H1.HeaderClassName
{
color: #7DCB94;
}
.AnyTagClassName
{
color: #7DCB94;
}
</style>
background-color css
<style>
a { background-color: #7DCB94; }
a { background-color: rgb(125,203,148); }
div.DivClassName
{
background-color: #7DCB94;
}
.BgClassName
{
background-color: #7DCB94;
}
</style>
border-color css
<style>
span { border-color: #7DCB94; }
span { border-color: rgb(125,203,148); }
td.TdClassName
{
border-color: #7DCB94;
}
.TagClassName
{
border-color: #7DCB94;
}
</style>