Shades of Lima #77C828
Tints of Lima #77C828
RGB
CMYK
RGB Variations
Color information
#77C828 (or 0x77C828) is known color: Lima. HEX triplet: 77, C8 and 28. RGB value is (119,200,40). Sum of RGB (Red+Green+Blue) = 119+200+40=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 200 (78.52% from 255 or 55.71% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 200 - color contains mainly: green. Hex color #77C828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77C828 is #8837D7. Grayscale: #9E9E9E. Windows color (decimal): -8927192 or 2672759. OLE color: 2672759.
HSL color Cylindrical-coordinate representation of color #77C828: hue angle of 90.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77C828 is Cyan = 0.40, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 200 | 40 | - |
| CMYK | 0.40 | 0 | 0.8 | 0.22 |
| HSL | 90.38º | 0.67% | 0.47% | - |
| HSV(B) | 90.38º | 0.8% | 0.78% | - |
| XYZ | 28.65 | 45.38 | 9.26 | - |
| YUV | 157.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 200 | 40 | 0.40 | 0 | 0.8 | 0.22 | 90.38 | 0.67 | 0.47 |
| Hex | 77 | C8 | 28 | 28 | 0 | 50 | 16 | 5A | 43 | 2F |
| Octal | 167 | 310 | 50 | 50 | 0 | 120 | 26 | 132 | 103 | 57 |
| Binary | 1110111 | 11001000 | 101000 | 101000 | 0 | 1010000 | 10110 | 1011010 | 1000011 | 101111 |
Color Harmonies of #77C828
Complementary color
Monochromatic Colors of #77C828
Black with #77C828
Text Example
Text Example
White with #77C828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77C828; }
p { color: rgb(119,200,40); }
H1.HeaderClassName
{
color: #77C828;
}
.AnyTagClassName
{
color: #77C828;
}
</style>
background-color css
<style>
a { background-color: #77C828; }
a { background-color: rgb(119,200,40); }
div.DivClassName
{
background-color: #77C828;
}
.BgClassName
{
background-color: #77C828;
}
</style>
border-color css
<style>
span { border-color: #77C828; }
span { border-color: rgb(119,200,40); }
td.TdClassName
{
border-color: #77C828;
}
.TagClassName
{
border-color: #77C828;
}
</style>