Shades of Lima #77BC28
Tints of Lima #77BC28
RGB
CMYK
RGB Variations
Color information
#77BC28 (or 0x77BC28) is known color: Lima. HEX triplet: 77, BC and 28. RGB value is (119,188,40). Sum of RGB (Red+Green+Blue) = 119+188+40=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77BC28 is #8843D7. Grayscale: #979797. Windows color (decimal): -8930264 or 2669687. OLE color: 2669687.
HSL color Cylindrical-coordinate representation of color #77BC28: hue angle of 87.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77BC28 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 188 | 40 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.26 |
| HSL | 87.97º | 0.65% | 0.45% | - |
| HSV(B) | 87.97º | 0.79% | 0.74% | - |
| XYZ | 25.97 | 40.04 | 8.37 | - |
| YUV | 150.5 | 65.64 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 188 | 40 | 0.37 | 0 | 0.79 | 0.26 | 87.97 | 0.65 | 0.45 |
| Hex | 77 | BC | 28 | 25 | 0 | 4F | 1A | 58 | 41 | 2D |
| Octal | 167 | 274 | 50 | 45 | 0 | 117 | 32 | 130 | 101 | 55 |
| Binary | 1110111 | 10111100 | 101000 | 100101 | 0 | 1001111 | 11010 | 1011000 | 1000001 | 101101 |
Color Harmonies of #77BC28
Complementary color
Monochromatic Colors of #77BC28
Black with #77BC28
Text Example
Text Example
White with #77BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BC28; }
p { color: rgb(119,188,40); }
H1.HeaderClassName
{
color: #77BC28;
}
.AnyTagClassName
{
color: #77BC28;
}
</style>
background-color css
<style>
a { background-color: #77BC28; }
a { background-color: rgb(119,188,40); }
div.DivClassName
{
background-color: #77BC28;
}
.BgClassName
{
background-color: #77BC28;
}
</style>
border-color css
<style>
span { border-color: #77BC28; }
span { border-color: rgb(119,188,40); }
td.TdClassName
{
border-color: #77BC28;
}
.TagClassName
{
border-color: #77BC28;
}
</style>