Shades of Padua #7ECF99
Tints of Padua #7ECF99
RGB
CMYK
RGB Variations
Color information
#7ECF99 (or 0x7ECF99) is known color: Padua. HEX triplet: 7E, CF and 99. RGB value is (126,207,153). Sum of RGB (Red+Green+Blue) = 126+207+153=486 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.93% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECF99 is #813066. Grayscale: #B0B0B0. Windows color (decimal): -8466535 or 10080126. OLE color: 10080126.
HSL color Cylindrical-coordinate representation of color #7ECF99: hue angle of 140º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECF99 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 153 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.19 |
| HSL | 140º | 0.46% | 0.65% | - |
| HSV(B) | 140º | 0.39% | 0.81% | - |
| XYZ | 36.67 | 51.36 | 38.12 | - |
| YUV | 176.63 | 114.66 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 153 | 0.39 | 0 | 0.26 | 0.19 | 140 | 0.46 | 0.65 |
| Hex | 7E | CF | 99 | 27 | 0 | 1A | 13 | 8C | 2E | 41 |
| Octal | 176 | 317 | 231 | 47 | 0 | 32 | 23 | 214 | 56 | 101 |
| Binary | 1111110 | 11001111 | 10011001 | 100111 | 0 | 11010 | 10011 | 10001100 | 101110 | 1000001 |
Color Harmonies of #7ECF99
Complementary color
Monochromatic Colors of #7ECF99
Black with #7ECF99
Text Example
Text Example
White with #7ECF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF99; }
p { color: rgb(126,207,153); }
H1.HeaderClassName
{
color: #7ECF99;
}
.AnyTagClassName
{
color: #7ECF99;
}
</style>
background-color css
<style>
a { background-color: #7ECF99; }
a { background-color: rgb(126,207,153); }
div.DivClassName
{
background-color: #7ECF99;
}
.BgClassName
{
background-color: #7ECF99;
}
</style>
border-color css
<style>
span { border-color: #7ECF99; }
span { border-color: rgb(126,207,153); }
td.TdClassName
{
border-color: #7ECF99;
}
.TagClassName
{
border-color: #7ECF99;
}
</style>