Shades of Padua #7FCE9A
Tints of Padua #7FCE9A
RGB
CMYK
RGB Variations
Color information
#7FCE9A (or 0x7FCE9A) is known color: Padua. HEX triplet: 7F, CE and 9A. RGB value is (127,206,154). Sum of RGB (Red+Green+Blue) = 127+206+154=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE9A is #803165. Grayscale: #B0B0B0. Windows color (decimal): -8401254 or 10145407. OLE color: 10145407.
HSL color Cylindrical-coordinate representation of color #7FCE9A: hue angle of 140.51º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCE9A is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 154 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.19 |
| HSL | 140.51º | 0.45% | 0.65% | - |
| HSV(B) | 140.51º | 0.38% | 0.81% | - |
| XYZ | 36.66 | 50.99 | 38.48 | - |
| YUV | 176.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 154 | 0.38 | 0 | 0.25 | 0.19 | 140.51 | 0.45 | 0.65 |
| Hex | 7F | CE | 9A | 26 | 0 | 19 | 13 | 8D | 2D | 41 |
| Octal | 177 | 316 | 232 | 46 | 0 | 31 | 23 | 215 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10011010 | 100110 | 0 | 11001 | 10011 | 10001101 | 101101 | 1000001 |
Color Harmonies of #7FCE9A
Complementary color
Monochromatic Colors of #7FCE9A
Black with #7FCE9A
Text Example
Text Example
White with #7FCE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE9A; }
p { color: rgb(127,206,154); }
H1.HeaderClassName
{
color: #7FCE9A;
}
.AnyTagClassName
{
color: #7FCE9A;
}
</style>
background-color css
<style>
a { background-color: #7FCE9A; }
a { background-color: rgb(127,206,154); }
div.DivClassName
{
background-color: #7FCE9A;
}
.BgClassName
{
background-color: #7FCE9A;
}
</style>
border-color css
<style>
span { border-color: #7FCE9A; }
span { border-color: rgb(127,206,154); }
td.TdClassName
{
border-color: #7FCE9A;
}
.TagClassName
{
border-color: #7FCE9A;
}
</style>