Shades of Padua #7FCF99
Tints of Padua #7FCF99
RGB
CMYK
RGB Variations
Color information
#7FCF99 (or 0x7FCF99) is known color: Padua. HEX triplet: 7F, CF and 99. RGB value is (127,207,153). Sum of RGB (Red+Green+Blue) = 127+207+153=487 (64% of max value = 765). Red value is 127 (50% from 255 or 26.08% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCF99 is #803066. Grayscale: #B1B1B1. Windows color (decimal): -8400999 or 10080127. OLE color: 10080127.
HSL color Cylindrical-coordinate representation of color #7FCF99: hue angle of 139.5º 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 #7FCF99 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 153 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.19 |
| HSL | 139.5º | 0.45% | 0.65% | - |
| HSV(B) | 139.5º | 0.39% | 0.81% | - |
| XYZ | 36.81 | 51.44 | 38.13 | - |
| YUV | 176.92 | 114.5 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 153 | 0.39 | 0 | 0.26 | 0.19 | 139.5 | 0.45 | 0.65 |
| Hex | 7F | CF | 99 | 27 | 0 | 1A | 13 | 8C | 2D | 41 |
| Octal | 177 | 317 | 231 | 47 | 0 | 32 | 23 | 214 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10011001 | 100111 | 0 | 11010 | 10011 | 10001100 | 101101 | 1000001 |
Color Harmonies of #7FCF99
Complementary color
Monochromatic Colors of #7FCF99
Black with #7FCF99
Text Example
Text Example
White with #7FCF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF99; }
p { color: rgb(127,207,153); }
H1.HeaderClassName
{
color: #7FCF99;
}
.AnyTagClassName
{
color: #7FCF99;
}
</style>
background-color css
<style>
a { background-color: #7FCF99; }
a { background-color: rgb(127,207,153); }
div.DivClassName
{
background-color: #7FCF99;
}
.BgClassName
{
background-color: #7FCF99;
}
</style>
border-color css
<style>
span { border-color: #7FCF99; }
span { border-color: rgb(127,207,153); }
td.TdClassName
{
border-color: #7FCF99;
}
.TagClassName
{
border-color: #7FCF99;
}
</style>