Shades of Lima #77C732
Tints of Lima #77C732
RGB
CMYK
RGB Variations
Color information
#77C732 (or 0x77C732) is known color: Lima. HEX triplet: 77, C7 and 32. RGB value is (119,199,50). Sum of RGB (Red+Green+Blue) = 119+199+50=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #77C732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C732 is #8838CD. Grayscale: #9E9E9E. Windows color (decimal): -8927438 or 3327863. OLE color: 3327863.
HSL color Cylindrical-coordinate representation of color #77C732: hue angle of 92.21º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77C732 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 50 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.22 |
| HSL | 92.21º | 0.6% | 0.49% | - |
| HSV(B) | 92.21º | 0.75% | 0.78% | - |
| XYZ | 28.61 | 45 | 10.2 | - |
| YUV | 158.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 50 | 0.40 | 0 | 0.75 | 0.22 | 92.21 | 0.6 | 0.49 |
| Hex | 77 | C7 | 32 | 28 | 0 | 4B | 16 | 5C | 3C | 31 |
| Octal | 167 | 307 | 62 | 50 | 0 | 113 | 26 | 134 | 74 | 61 |
| Binary | 1110111 | 11000111 | 110010 | 101000 | 0 | 1001011 | 10110 | 1011100 | 111100 | 110001 |
Color Harmonies of #77C732
Complementary color
Monochromatic Colors of #77C732
Black with #77C732
Text Example
Text Example
White with #77C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C732; }
p { color: rgb(119,199,50); }
H1.HeaderClassName
{
color: #77C732;
}
.AnyTagClassName
{
color: #77C732;
}
</style>
background-color css
<style>
a { background-color: #77C732; }
a { background-color: rgb(119,199,50); }
div.DivClassName
{
background-color: #77C732;
}
.BgClassName
{
background-color: #77C732;
}
</style>
border-color css
<style>
span { border-color: #77C732; }
span { border-color: rgb(119,199,50); }
td.TdClassName
{
border-color: #77C732;
}
.TagClassName
{
border-color: #77C732;
}
</style>