Shades of Lima #77CE11
Tints of Lima #77CE11
RGB
CMYK
RGB Variations
Color information
#77CE11 (or 0x77CE11) is known color: Lima. HEX triplet: 77, CE and 11. RGB value is (119,206,17). Sum of RGB (Red+Green+Blue) = 119+206+17=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #77CE11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CE11 is #8831EE. Grayscale: #9F9F9F. Windows color (decimal): -8925679 or 1166967. OLE color: 1166967.
HSL color Cylindrical-coordinate representation of color #77CE11: hue angle of 87.62º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77CE11 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 206 | 17 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.19 |
| HSL | 87.62º | 0.85% | 0.44% | - |
| HSV(B) | 87.62º | 0.92% | 0.81% | - |
| XYZ | 29.78 | 48.11 | 8.25 | - |
| YUV | 158.44 | 48.18 | 99.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 206 | 17 | 0.42 | 0 | 0.92 | 0.19 | 87.62 | 0.85 | 0.44 |
| Hex | 77 | CE | 11 | 2A | 0 | 5C | 13 | 58 | 55 | 2C |
| Octal | 167 | 316 | 21 | 52 | 0 | 134 | 23 | 130 | 125 | 54 |
| Binary | 1110111 | 11001110 | 10001 | 101010 | 0 | 1011100 | 10011 | 1011000 | 1010101 | 101100 |
Color Harmonies of #77CE11
Complementary color
Monochromatic Colors of #77CE11
Black with #77CE11
Text Example
Text Example
White with #77CE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CE11; }
p { color: rgb(119,206,17); }
H1.HeaderClassName
{
color: #77CE11;
}
.AnyTagClassName
{
color: #77CE11;
}
</style>
background-color css
<style>
a { background-color: #77CE11; }
a { background-color: rgb(119,206,17); }
div.DivClassName
{
background-color: #77CE11;
}
.BgClassName
{
background-color: #77CE11;
}
</style>
border-color css
<style>
span { border-color: #77CE11; }
span { border-color: rgb(119,206,17); }
td.TdClassName
{
border-color: #77CE11;
}
.TagClassName
{
border-color: #77CE11;
}
</style>