Shades of Padua #7ED299
Tints of Padua #7ED299
RGB
CMYK
RGB Variations
Color information
#7ED299 (or 0x7ED299) is known color: Padua. HEX triplet: 7E, D2 and 99. RGB value is (126,210,153). Sum of RGB (Red+Green+Blue) = 126+210+153=489 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.77% from 489); Green value is 210 (82.42% from 255 or 42.94% from 489); Blue value is 153 (60.16% from 255 or 31.29% from 489); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED299 is #812D66. Grayscale: #B2B2B2. Windows color (decimal): -8465767 or 10080894. OLE color: 10080894.
HSL color Cylindrical-coordinate representation of color #7ED299: hue angle of 139.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED299 is Cyan = 0.4, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 153 | - |
| CMYK | 0.4 | 0 | 0.27 | 0.18 |
| HSL | 139.29º | 0.48% | 0.66% | - |
| HSV(B) | 139.29º | 0.4% | 0.82% | - |
| XYZ | 37.4 | 52.83 | 38.36 | - |
| YUV | 178.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 153 | 0.4 | 0 | 0.27 | 0.18 | 139.29 | 0.48 | 0.66 |
| Hex | 7E | D2 | 99 | 28 | 0 | 1B | 12 | 8B | 30 | 42 |
| Octal | 176 | 322 | 231 | 50 | 0 | 33 | 22 | 213 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10011001 | 101000 | 0 | 11011 | 10010 | 10001011 | 110000 | 1000010 |
Color Harmonies of #7ED299
Complementary color
Monochromatic Colors of #7ED299
Black with #7ED299
Text Example
Text Example
White with #7ED299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED299; }
p { color: rgb(126,210,153); }
H1.HeaderClassName
{
color: #7ED299;
}
.AnyTagClassName
{
color: #7ED299;
}
</style>
background-color css
<style>
a { background-color: #7ED299; }
a { background-color: rgb(126,210,153); }
div.DivClassName
{
background-color: #7ED299;
}
.BgClassName
{
background-color: #7ED299;
}
</style>
border-color css
<style>
span { border-color: #7ED299; }
span { border-color: rgb(126,210,153); }
td.TdClassName
{
border-color: #7ED299;
}
.TagClassName
{
border-color: #7ED299;
}
</style>