Shades of Padua #77BE95
Tints of Padua #77BE95
RGB
CMYK
RGB Variations
Color information
#77BE95 (or 0x77BE95) is known color: Padua. HEX triplet: 77, BE and 95. RGB value is (119,190,149). Sum of RGB (Red+Green+Blue) = 119+190+149=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #77BE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77BE95 is #88416A. Grayscale: #A4A4A4. Windows color (decimal): -8929643 or 9813623. OLE color: 9813623.
HSL color Cylindrical-coordinate representation of color #77BE95: hue angle of 145.35º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BE95 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 190 | 149 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.25 |
| HSL | 145.35º | 0.35% | 0.61% | - |
| HSV(B) | 145.35º | 0.37% | 0.75% | - |
| XYZ | 31.45 | 42.92 | 35.06 | - |
| YUV | 164.1 | 119.48 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 190 | 149 | 0.37 | 0 | 0.22 | 0.25 | 145.35 | 0.35 | 0.61 |
| Hex | 77 | BE | 95 | 25 | 0 | 16 | 19 | 91 | 23 | 3D |
| Octal | 167 | 276 | 225 | 45 | 0 | 26 | 31 | 221 | 43 | 75 |
| Binary | 1110111 | 10111110 | 10010101 | 100101 | 0 | 10110 | 11001 | 10010001 | 100011 | 111101 |
Color Harmonies of #77BE95
Complementary color
Monochromatic Colors of #77BE95
Black with #77BE95
Text Example
Text Example
White with #77BE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BE95; }
p { color: rgb(119,190,149); }
H1.HeaderClassName
{
color: #77BE95;
}
.AnyTagClassName
{
color: #77BE95;
}
</style>
background-color css
<style>
a { background-color: #77BE95; }
a { background-color: rgb(119,190,149); }
div.DivClassName
{
background-color: #77BE95;
}
.BgClassName
{
background-color: #77BE95;
}
</style>
border-color css
<style>
span { border-color: #77BE95; }
span { border-color: rgb(119,190,149); }
td.TdClassName
{
border-color: #77BE95;
}
.TagClassName
{
border-color: #77BE95;
}
</style>