Shades of Lima #77C72C
Tints of Lima #77C72C
RGB
CMYK
RGB Variations
Color information
#77C72C (or 0x77C72C) is known color: Lima. HEX triplet: 77, C7 and 2C. RGB value is (119,199,44). Sum of RGB (Red+Green+Blue) = 119+199+44=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #77C72C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C72C is #8838D3. Grayscale: #9D9D9D. Windows color (decimal): -8927444 or 2934647. OLE color: 2934647.
HSL color Cylindrical-coordinate representation of color #77C72C: hue angle of 90.97º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #77C72C is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 199 | 44 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.22 |
| HSL | 90.97º | 0.64% | 0.48% | - |
| HSV(B) | 90.97º | 0.78% | 0.78% | - |
| XYZ | 28.49 | 44.95 | 9.56 | - |
| YUV | 157.41 | 64 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 199 | 44 | 0.40 | 0 | 0.78 | 0.22 | 90.97 | 0.64 | 0.48 |
| Hex | 77 | C7 | 2C | 28 | 0 | 4E | 16 | 5B | 40 | 30 |
| Octal | 167 | 307 | 54 | 50 | 0 | 116 | 26 | 133 | 100 | 60 |
| Binary | 1110111 | 11000111 | 101100 | 101000 | 0 | 1001110 | 10110 | 1011011 | 1000000 | 110000 |
Color Harmonies of #77C72C
Complementary color
Monochromatic Colors of #77C72C
Black with #77C72C
Text Example
Text Example
White with #77C72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C72C; }
p { color: rgb(119,199,44); }
H1.HeaderClassName
{
color: #77C72C;
}
.AnyTagClassName
{
color: #77C72C;
}
</style>
background-color css
<style>
a { background-color: #77C72C; }
a { background-color: rgb(119,199,44); }
div.DivClassName
{
background-color: #77C72C;
}
.BgClassName
{
background-color: #77C72C;
}
</style>
border-color css
<style>
span { border-color: #77C72C; }
span { border-color: rgb(119,199,44); }
td.TdClassName
{
border-color: #77C72C;
}
.TagClassName
{
border-color: #77C72C;
}
</style>