Shades of Padua #7BC295
Tints of Padua #7BC295
RGB
CMYK
RGB Variations
Color information
#7BC295 (or 0x7BC295) is known color: Padua. HEX triplet: 7B, C2 and 95. RGB value is (123,194,149). Sum of RGB (Red+Green+Blue) = 123+194+149=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #7BC295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC295 is #843D6A. Grayscale: #A7A7A7. Windows color (decimal): -8666475 or 9814651. OLE color: 9814651.
HSL color Cylindrical-coordinate representation of color #7BC295: hue angle of 141.97º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BC295 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 194 | 149 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.24 |
| HSL | 141.97º | 0.37% | 0.62% | - |
| HSV(B) | 141.97º | 0.37% | 0.76% | - |
| XYZ | 32.88 | 44.96 | 35.38 | - |
| YUV | 167.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 194 | 149 | 0.37 | 0 | 0.23 | 0.24 | 141.97 | 0.37 | 0.62 |
| Hex | 7B | C2 | 95 | 25 | 0 | 17 | 18 | 8E | 25 | 3E |
| Octal | 173 | 302 | 225 | 45 | 0 | 27 | 30 | 216 | 45 | 76 |
| Binary | 1111011 | 11000010 | 10010101 | 100101 | 0 | 10111 | 11000 | 10001110 | 100101 | 111110 |
Color Harmonies of #7BC295
Complementary color
Monochromatic Colors of #7BC295
Black with #7BC295
Text Example
Text Example
White with #7BC295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BC295; }
p { color: rgb(123,194,149); }
H1.HeaderClassName
{
color: #7BC295;
}
.AnyTagClassName
{
color: #7BC295;
}
</style>
background-color css
<style>
a { background-color: #7BC295; }
a { background-color: rgb(123,194,149); }
div.DivClassName
{
background-color: #7BC295;
}
.BgClassName
{
background-color: #7BC295;
}
</style>
border-color css
<style>
span { border-color: #7BC295; }
span { border-color: rgb(123,194,149); }
td.TdClassName
{
border-color: #7BC295;
}
.TagClassName
{
border-color: #7BC295;
}
</style>