Shades of Padua #7ECE97
Tints of Padua #7ECE97
RGB
CMYK
RGB Variations
Color information
#7ECE97 (or 0x7ECE97) is known color: Padua. HEX triplet: 7E, CE and 97. RGB value is (126,206,151). Sum of RGB (Red+Green+Blue) = 126+206+151=483 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.09% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECE97 is #813168. Grayscale: #AFAFAF. Windows color (decimal): -8466793 or 9948798. OLE color: 9948798.
HSL color Cylindrical-coordinate representation of color #7ECE97: hue angle of 138.75º degrees, saturation: 0.45, 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 #7ECE97 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 206 | 151 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.19 |
| HSL | 138.75º | 0.45% | 0.65% | - |
| HSV(B) | 138.75º | 0.39% | 0.81% | - |
| XYZ | 36.26 | 50.81 | 37.17 | - |
| YUV | 175.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 206 | 151 | 0.39 | 0 | 0.27 | 0.19 | 138.75 | 0.45 | 0.65 |
| Hex | 7E | CE | 97 | 27 | 0 | 1B | 13 | 8B | 2D | 41 |
| Octal | 176 | 316 | 227 | 47 | 0 | 33 | 23 | 213 | 55 | 101 |
| Binary | 1111110 | 11001110 | 10010111 | 100111 | 0 | 11011 | 10011 | 10001011 | 101101 | 1000001 |
Color Harmonies of #7ECE97
Complementary color
Monochromatic Colors of #7ECE97
Black with #7ECE97
Text Example
Text Example
White with #7ECE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECE97; }
p { color: rgb(126,206,151); }
H1.HeaderClassName
{
color: #7ECE97;
}
.AnyTagClassName
{
color: #7ECE97;
}
</style>
background-color css
<style>
a { background-color: #7ECE97; }
a { background-color: rgb(126,206,151); }
div.DivClassName
{
background-color: #7ECE97;
}
.BgClassName
{
background-color: #7ECE97;
}
</style>
border-color css
<style>
span { border-color: #7ECE97; }
span { border-color: rgb(126,206,151); }
td.TdClassName
{
border-color: #7ECE97;
}
.TagClassName
{
border-color: #7ECE97;
}
</style>