Shades of Padua #7FCF9A
Tints of Padua #7FCF9A
RGB
CMYK
RGB Variations
Color information
#7FCF9A (or 0x7FCF9A) is known color: Padua. HEX triplet: 7F, CF and 9A. RGB value is (127,207,154). Sum of RGB (Red+Green+Blue) = 127+207+154=488 (64% of max value = 765). Red value is 127 (50% from 255 or 26.02% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF9A is #803065. Grayscale: #B1B1B1. Windows color (decimal): -8400998 or 10145663. OLE color: 10145663.
HSL color Cylindrical-coordinate representation of color #7FCF9A: hue angle of 140.25º 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 #7FCF9A is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 154 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.19 |
| HSL | 140.25º | 0.45% | 0.65% | - |
| HSV(B) | 140.25º | 0.39% | 0.81% | - |
| XYZ | 36.9 | 51.47 | 38.56 | - |
| YUV | 177.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 154 | 0.39 | 0 | 0.26 | 0.19 | 140.25 | 0.45 | 0.65 |
| Hex | 7F | CF | 9A | 27 | 0 | 1A | 13 | 8C | 2D | 41 |
| Octal | 177 | 317 | 232 | 47 | 0 | 32 | 23 | 214 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10011010 | 100111 | 0 | 11010 | 10011 | 10001100 | 101101 | 1000001 |
Color Harmonies of #7FCF9A
Complementary color
Monochromatic Colors of #7FCF9A
Black with #7FCF9A
Text Example
Text Example
White with #7FCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF9A; }
p { color: rgb(127,207,154); }
H1.HeaderClassName
{
color: #7FCF9A;
}
.AnyTagClassName
{
color: #7FCF9A;
}
</style>
background-color css
<style>
a { background-color: #7FCF9A; }
a { background-color: rgb(127,207,154); }
div.DivClassName
{
background-color: #7FCF9A;
}
.BgClassName
{
background-color: #7FCF9A;
}
</style>
border-color css
<style>
span { border-color: #7FCF9A; }
span { border-color: rgb(127,207,154); }
td.TdClassName
{
border-color: #7FCF9A;
}
.TagClassName
{
border-color: #7FCF9A;
}
</style>