Shades of Padua #7FCD98
Tints of Padua #7FCD98
RGB
CMYK
RGB Variations
Color information
#7FCD98 (or 0x7FCD98) is known color: Padua. HEX triplet: 7F, CD and 98. RGB value is (127,205,152). Sum of RGB (Red+Green+Blue) = 127+205+152=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 152 (59.77% from 255 or 31.40% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCD98 is #803267. Grayscale: #AFAFAF. Windows color (decimal): -8401512 or 10014079. OLE color: 10014079.
HSL color Cylindrical-coordinate representation of color #7FCD98: hue angle of 139.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCD98 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 152 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.20 |
| HSL | 139.23º | 0.44% | 0.65% | - |
| HSV(B) | 139.23º | 0.38% | 0.8% | - |
| XYZ | 36.25 | 50.44 | 37.53 | - |
| YUV | 175.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 152 | 0.38 | 0 | 0.26 | 0.20 | 139.23 | 0.44 | 0.65 |
| Hex | 7F | CD | 98 | 26 | 0 | 1A | 14 | 8B | 2C | 41 |
| Octal | 177 | 315 | 230 | 46 | 0 | 32 | 24 | 213 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10011000 | 100110 | 0 | 11010 | 10100 | 10001011 | 101100 | 1000001 |
Color Harmonies of #7FCD98
Complementary color
Monochromatic Colors of #7FCD98
Black with #7FCD98
Text Example
Text Example
White with #7FCD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD98; }
p { color: rgb(127,205,152); }
H1.HeaderClassName
{
color: #7FCD98;
}
.AnyTagClassName
{
color: #7FCD98;
}
</style>
background-color css
<style>
a { background-color: #7FCD98; }
a { background-color: rgb(127,205,152); }
div.DivClassName
{
background-color: #7FCD98;
}
.BgClassName
{
background-color: #7FCD98;
}
</style>
border-color css
<style>
span { border-color: #7FCD98; }
span { border-color: rgb(127,205,152); }
td.TdClassName
{
border-color: #7FCD98;
}
.TagClassName
{
border-color: #7FCD98;
}
</style>