Shades of Padua #7FCE99
Tints of Padua #7FCE99
RGB
CMYK
RGB Variations
Color information
#7FCE99 (or 0x7FCE99) is known color: Padua. HEX triplet: 7F, CE and 99. RGB value is (127,206,153). Sum of RGB (Red+Green+Blue) = 127+206+153=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 206 (80.86% from 255 or 42.39% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCE99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FCE99 is #803166. Grayscale: #B0B0B0. Windows color (decimal): -8401255 or 10079871. OLE color: 10079871.
HSL color Cylindrical-coordinate representation of color #7FCE99: hue angle of 139.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCE99 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 153 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.19 |
| HSL | 139.75º | 0.45% | 0.65% | - |
| HSV(B) | 139.75º | 0.38% | 0.81% | - |
| XYZ | 36.57 | 50.95 | 38.04 | - |
| YUV | 176.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 153 | 0.38 | 0 | 0.26 | 0.19 | 139.75 | 0.45 | 0.65 |
| Hex | 7F | CE | 99 | 26 | 0 | 1A | 13 | 8C | 2D | 41 |
| Octal | 177 | 316 | 231 | 46 | 0 | 32 | 23 | 214 | 55 | 101 |
| Binary | 1111111 | 11001110 | 10011001 | 100110 | 0 | 11010 | 10011 | 10001100 | 101101 | 1000001 |
Color Harmonies of #7FCE99
Complementary color
Monochromatic Colors of #7FCE99
Black with #7FCE99
Text Example
Text Example
White with #7FCE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCE99; }
p { color: rgb(127,206,153); }
H1.HeaderClassName
{
color: #7FCE99;
}
.AnyTagClassName
{
color: #7FCE99;
}
</style>
background-color css
<style>
a { background-color: #7FCE99; }
a { background-color: rgb(127,206,153); }
div.DivClassName
{
background-color: #7FCE99;
}
.BgClassName
{
background-color: #7FCE99;
}
</style>
border-color css
<style>
span { border-color: #7FCE99; }
span { border-color: rgb(127,206,153); }
td.TdClassName
{
border-color: #7FCE99;
}
.TagClassName
{
border-color: #7FCE99;
}
</style>