Shades of Padua #7EC39B
Tints of Padua #7EC39B
RGB
CMYK
RGB Variations
Color information
#7EC39B (or 0x7EC39B) is known color: Padua. HEX triplet: 7E, C3 and 9B. RGB value is (126,195,155). Sum of RGB (Red+Green+Blue) = 126+195+155=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 155 (60.94% from 255 or 32.56% from 476); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC39B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC39B is #813C64. Grayscale: #A9A9A9. Windows color (decimal): -8469605 or 10208126. OLE color: 10208126.
HSL color Cylindrical-coordinate representation of color #7EC39B: hue angle of 145.22º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC39B is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 155 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.24 |
| HSL | 145.22º | 0.37% | 0.63% | - |
| HSV(B) | 145.22º | 0.35% | 0.76% | - |
| XYZ | 34.04 | 45.83 | 38.06 | - |
| YUV | 169.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 155 | 0.35 | 0 | 0.21 | 0.24 | 145.22 | 0.37 | 0.63 |
| Hex | 7E | C3 | 9B | 23 | 0 | 15 | 18 | 91 | 25 | 3F |
| Octal | 176 | 303 | 233 | 43 | 0 | 25 | 30 | 221 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10011011 | 100011 | 0 | 10101 | 11000 | 10010001 | 100101 | 111111 |
Color Harmonies of #7EC39B
Complementary color
Monochromatic Colors of #7EC39B
Black with #7EC39B
Text Example
Text Example
White with #7EC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC39B; }
p { color: rgb(126,195,155); }
H1.HeaderClassName
{
color: #7EC39B;
}
.AnyTagClassName
{
color: #7EC39B;
}
</style>
background-color css
<style>
a { background-color: #7EC39B; }
a { background-color: rgb(126,195,155); }
div.DivClassName
{
background-color: #7EC39B;
}
.BgClassName
{
background-color: #7EC39B;
}
</style>
border-color css
<style>
span { border-color: #7EC39B; }
span { border-color: rgb(126,195,155); }
td.TdClassName
{
border-color: #7EC39B;
}
.TagClassName
{
border-color: #7EC39B;
}
</style>