Shades of Padua #7CC99F
Tints of Padua #7CC99F
RGB
CMYK
RGB Variations
Color information
#7CC99F (or 0x7CC99F) is known color: Padua. HEX triplet: 7C, C9 and 9F. RGB value is (124,201,159). Sum of RGB (Red+Green+Blue) = 124+201+159=484 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.62% from 484); Green value is 201 (78.91% from 255 or 41.53% from 484); Blue value is 159 (62.5% from 255 or 32.85% from 484); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC99F is #833660. Grayscale: #ADADAD. Windows color (decimal): -8599137 or 10471804. OLE color: 10471804.
HSL color Cylindrical-coordinate representation of color #7CC99F: hue angle of 147.27º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC99F is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 159 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.21 |
| HSL | 147.27º | 0.42% | 0.64% | - |
| HSV(B) | 147.27º | 0.38% | 0.79% | - |
| XYZ | 35.46 | 48.56 | 40.31 | - |
| YUV | 173.19 | 119.99 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 159 | 0.38 | 0 | 0.21 | 0.21 | 147.27 | 0.42 | 0.64 |
| Hex | 7C | C9 | 9F | 26 | 0 | 15 | 15 | 93 | 2A | 40 |
| Octal | 174 | 311 | 237 | 46 | 0 | 25 | 25 | 223 | 52 | 100 |
| Binary | 1111100 | 11001001 | 10011111 | 100110 | 0 | 10101 | 10101 | 10010011 | 101010 | 1000000 |
Color Harmonies of #7CC99F
Complementary color
Monochromatic Colors of #7CC99F
Black with #7CC99F
Text Example
Text Example
White with #7CC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC99F; }
p { color: rgb(124,201,159); }
H1.HeaderClassName
{
color: #7CC99F;
}
.AnyTagClassName
{
color: #7CC99F;
}
</style>
background-color css
<style>
a { background-color: #7CC99F; }
a { background-color: rgb(124,201,159); }
div.DivClassName
{
background-color: #7CC99F;
}
.BgClassName
{
background-color: #7CC99F;
}
</style>
border-color css
<style>
span { border-color: #7CC99F; }
span { border-color: rgb(124,201,159); }
td.TdClassName
{
border-color: #7CC99F;
}
.TagClassName
{
border-color: #7CC99F;
}
</style>