Shades of Padua #7EC398
Tints of Padua #7EC398
RGB
CMYK
RGB Variations
Color information
#7EC398 (or 0x7EC398) is known color: Padua. HEX triplet: 7E, C3 and 98. RGB value is (126,195,152). Sum of RGB (Red+Green+Blue) = 126+195+152=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC398 is #813C67. Grayscale: #A9A9A9. Windows color (decimal): -8469608 or 10011518. OLE color: 10011518.
HSL color Cylindrical-coordinate representation of color #7EC398: hue angle of 142.61º 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 #7EC398 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 152 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.24 |
| HSL | 142.61º | 0.37% | 0.63% | - |
| HSV(B) | 142.61º | 0.35% | 0.76% | - |
| XYZ | 33.79 | 45.73 | 36.75 | - |
| YUV | 169.47 | 118.14 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 152 | 0.35 | 0 | 0.22 | 0.24 | 142.61 | 0.37 | 0.63 |
| Hex | 7E | C3 | 98 | 23 | 0 | 16 | 18 | 8F | 25 | 3F |
| Octal | 176 | 303 | 230 | 43 | 0 | 26 | 30 | 217 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10011000 | 100011 | 0 | 10110 | 11000 | 10001111 | 100101 | 111111 |
Color Harmonies of #7EC398
Complementary color
Monochromatic Colors of #7EC398
Black with #7EC398
Text Example
Text Example
White with #7EC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC398; }
p { color: rgb(126,195,152); }
H1.HeaderClassName
{
color: #7EC398;
}
.AnyTagClassName
{
color: #7EC398;
}
</style>
background-color css
<style>
a { background-color: #7EC398; }
a { background-color: rgb(126,195,152); }
div.DivClassName
{
background-color: #7EC398;
}
.BgClassName
{
background-color: #7EC398;
}
</style>
border-color css
<style>
span { border-color: #7EC398; }
span { border-color: rgb(126,195,152); }
td.TdClassName
{
border-color: #7EC398;
}
.TagClassName
{
border-color: #7EC398;
}
</style>