Shades of Padua #7FCF9C
Tints of Padua #7FCF9C
RGB
CMYK
RGB Variations
Color information
#7FCF9C (or 0x7FCF9C) is known color: Padua. HEX triplet: 7F, CF and 9C. RGB value is (127,207,156). Sum of RGB (Red+Green+Blue) = 127+207+156=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF9C is #803063. Grayscale: #B1B1B1. Windows color (decimal): -8400996 or 10276735. OLE color: 10276735.
HSL color Cylindrical-coordinate representation of color #7FCF9C: hue angle of 141.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 #7FCF9C is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 156 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.19 |
| HSL | 141.75º | 0.45% | 0.65% | - |
| HSV(B) | 141.75º | 0.39% | 0.81% | - |
| XYZ | 37.07 | 51.54 | 39.45 | - |
| YUV | 177.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 156 | 0.39 | 0 | 0.25 | 0.19 | 141.75 | 0.45 | 0.65 |
| Hex | 7F | CF | 9C | 27 | 0 | 19 | 13 | 8E | 2D | 41 |
| Octal | 177 | 317 | 234 | 47 | 0 | 31 | 23 | 216 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10011100 | 100111 | 0 | 11001 | 10011 | 10001110 | 101101 | 1000001 |
Color Harmonies of #7FCF9C
Complementary color
Monochromatic Colors of #7FCF9C
Black with #7FCF9C
Text Example
Text Example
White with #7FCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF9C; }
p { color: rgb(127,207,156); }
H1.HeaderClassName
{
color: #7FCF9C;
}
.AnyTagClassName
{
color: #7FCF9C;
}
</style>
background-color css
<style>
a { background-color: #7FCF9C; }
a { background-color: rgb(127,207,156); }
div.DivClassName
{
background-color: #7FCF9C;
}
.BgClassName
{
background-color: #7FCF9C;
}
</style>
border-color css
<style>
span { border-color: #7FCF9C; }
span { border-color: rgb(127,207,156); }
td.TdClassName
{
border-color: #7FCF9C;
}
.TagClassName
{
border-color: #7FCF9C;
}
</style>