Shades of Padua #7FC897
Tints of Padua #7FC897
RGB
CMYK
RGB Variations
Color information
#7FC897 (or 0x7FC897) is known color: Padua. HEX triplet: 7F, C8 and 97. RGB value is (127,200,151). Sum of RGB (Red+Green+Blue) = 127+200+151=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC897 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC897 is #803768. Grayscale: #ACACAC. Windows color (decimal): -8402793 or 9947263. OLE color: 9947263.
HSL color Cylindrical-coordinate representation of color #7FC897: hue angle of 139.73º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC897 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 151 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.22 |
| HSL | 139.73º | 0.4% | 0.64% | - |
| HSV(B) | 139.73º | 0.37% | 0.78% | - |
| XYZ | 34.99 | 48.05 | 36.71 | - |
| YUV | 172.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 151 | 0.36 | 0 | 0.24 | 0.22 | 139.73 | 0.4 | 0.64 |
| Hex | 7F | C8 | 97 | 24 | 0 | 18 | 16 | 8C | 28 | 40 |
| Octal | 177 | 310 | 227 | 44 | 0 | 30 | 26 | 214 | 50 | 100 |
| Binary | 1111111 | 11001000 | 10010111 | 100100 | 0 | 11000 | 10110 | 10001100 | 101000 | 1000000 |
Color Harmonies of #7FC897
Complementary color
Monochromatic Colors of #7FC897
Black with #7FC897
Text Example
Text Example
White with #7FC897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC897; }
p { color: rgb(127,200,151); }
H1.HeaderClassName
{
color: #7FC897;
}
.AnyTagClassName
{
color: #7FC897;
}
</style>
background-color css
<style>
a { background-color: #7FC897; }
a { background-color: rgb(127,200,151); }
div.DivClassName
{
background-color: #7FC897;
}
.BgClassName
{
background-color: #7FC897;
}
</style>
border-color css
<style>
span { border-color: #7FC897; }
span { border-color: rgb(127,200,151); }
td.TdClassName
{
border-color: #7FC897;
}
.TagClassName
{
border-color: #7FC897;
}
</style>