Shades of Lima #77CD11
Tints of Lima #77CD11
RGB
CMYK
RGB Variations
Color information
#77CD11 (or 0x77CD11) is known color: Lima. HEX triplet: 77, CD and 11. RGB value is (119,205,17). Sum of RGB (Red+Green+Blue) = 119+205+17=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 205 (80.47% from 255 or 60.12% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CD11 is #8832EE. Grayscale: #9E9E9E. Windows color (decimal): -8925935 or 1166711. OLE color: 1166711.
HSL color Cylindrical-coordinate representation of color #77CD11: hue angle of 87.45º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77CD11 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 17 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.20 |
| HSL | 87.45º | 0.85% | 0.44% | - |
| HSV(B) | 87.45º | 0.92% | 0.8% | - |
| XYZ | 29.54 | 47.63 | 8.17 | - |
| YUV | 157.85 | 48.51 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 17 | 0.42 | 0 | 0.92 | 0.20 | 87.45 | 0.85 | 0.44 |
| Hex | 77 | CD | 11 | 2A | 0 | 5C | 14 | 57 | 55 | 2C |
| Octal | 167 | 315 | 21 | 52 | 0 | 134 | 24 | 127 | 125 | 54 |
| Binary | 1110111 | 11001101 | 10001 | 101010 | 0 | 1011100 | 10100 | 1010111 | 1010101 | 101100 |
Color Harmonies of #77CD11
Complementary color
Monochromatic Colors of #77CD11
Black with #77CD11
Text Example
Text Example
White with #77CD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CD11; }
p { color: rgb(119,205,17); }
H1.HeaderClassName
{
color: #77CD11;
}
.AnyTagClassName
{
color: #77CD11;
}
</style>
background-color css
<style>
a { background-color: #77CD11; }
a { background-color: rgb(119,205,17); }
div.DivClassName
{
background-color: #77CD11;
}
.BgClassName
{
background-color: #77CD11;
}
</style>
border-color css
<style>
span { border-color: #77CD11; }
span { border-color: rgb(119,205,17); }
td.TdClassName
{
border-color: #77CD11;
}
.TagClassName
{
border-color: #77CD11;
}
</style>