Shades of Padua #7DCB96
Tints of Padua #7DCB96
RGB
CMYK
RGB Variations
Color information
#7DCB96 (or 0x7DCB96) is known color: Padua. HEX triplet: 7D, CB and 96. RGB value is (125,203,150). Sum of RGB (Red+Green+Blue) = 125+203+150=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCB96 is #823469. Grayscale: #ADADAD. Windows color (decimal): -8533098 or 9882493. OLE color: 9882493.
HSL color Cylindrical-coordinate representation of color #7DCB96: hue angle of 139.23º 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 #7DCB96 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 150 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.20 |
| HSL | 139.23º | 0.43% | 0.64% | - |
| HSV(B) | 139.23º | 0.38% | 0.8% | - |
| XYZ | 35.32 | 49.27 | 36.5 | - |
| YUV | 173.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 150 | 0.38 | 0 | 0.26 | 0.20 | 139.23 | 0.43 | 0.64 |
| Hex | 7D | CB | 96 | 26 | 0 | 1A | 14 | 8B | 2B | 40 |
| Octal | 175 | 313 | 226 | 46 | 0 | 32 | 24 | 213 | 53 | 100 |
| Binary | 1111101 | 11001011 | 10010110 | 100110 | 0 | 11010 | 10100 | 10001011 | 101011 | 1000000 |
Color Harmonies of #7DCB96
Complementary color
Monochromatic Colors of #7DCB96
Black with #7DCB96
Text Example
Text Example
White with #7DCB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCB96; }
p { color: rgb(125,203,150); }
H1.HeaderClassName
{
color: #7DCB96;
}
.AnyTagClassName
{
color: #7DCB96;
}
</style>
background-color css
<style>
a { background-color: #7DCB96; }
a { background-color: rgb(125,203,150); }
div.DivClassName
{
background-color: #7DCB96;
}
.BgClassName
{
background-color: #7DCB96;
}
</style>
border-color css
<style>
span { border-color: #7DCB96; }
span { border-color: rgb(125,203,150); }
td.TdClassName
{
border-color: #7DCB96;
}
.TagClassName
{
border-color: #7DCB96;
}
</style>