Shades of Padua #77C499
Tints of Padua #77C499
RGB
CMYK
RGB Variations
Color information
#77C499 (or 0x77C499) is known color: Padua. HEX triplet: 77, C4 and 99. RGB value is (119,196,153). Sum of RGB (Red+Green+Blue) = 119+196+153=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #77C499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C499 is #883B66. Grayscale: #A8A8A8. Windows color (decimal): -8928103 or 10077303. OLE color: 10077303.
HSL color Cylindrical-coordinate representation of color #77C499: hue angle of 146.49º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C499 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 196 | 153 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.23 |
| HSL | 146.49º | 0.39% | 0.62% | - |
| HSV(B) | 146.49º | 0.39% | 0.77% | - |
| XYZ | 33.1 | 45.7 | 37.21 | - |
| YUV | 168.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 196 | 153 | 0.39 | 0 | 0.22 | 0.23 | 146.49 | 0.39 | 0.62 |
| Hex | 77 | C4 | 99 | 27 | 0 | 16 | 17 | 92 | 27 | 3E |
| Octal | 167 | 304 | 231 | 47 | 0 | 26 | 27 | 222 | 47 | 76 |
| Binary | 1110111 | 11000100 | 10011001 | 100111 | 0 | 10110 | 10111 | 10010010 | 100111 | 111110 |
Color Harmonies of #77C499
Complementary color
Monochromatic Colors of #77C499
Black with #77C499
Text Example
Text Example
White with #77C499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C499; }
p { color: rgb(119,196,153); }
H1.HeaderClassName
{
color: #77C499;
}
.AnyTagClassName
{
color: #77C499;
}
</style>
background-color css
<style>
a { background-color: #77C499; }
a { background-color: rgb(119,196,153); }
div.DivClassName
{
background-color: #77C499;
}
.BgClassName
{
background-color: #77C499;
}
</style>
border-color css
<style>
span { border-color: #77C499; }
span { border-color: rgb(119,196,153); }
td.TdClassName
{
border-color: #77C499;
}
.TagClassName
{
border-color: #77C499;
}
</style>