Shades of Lima #77CD1C
Tints of Lima #77CD1C
RGB
CMYK
RGB Variations
Color information
#77CD1C (or 0x77CD1C) is known color: Lima. HEX triplet: 77, CD and 1C. RGB value is (119,205,28). Sum of RGB (Red+Green+Blue) = 119+205+28=352 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.81% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD1C is #8832E3. Grayscale: #9F9F9F. Windows color (decimal): -8925924 or 1887607. OLE color: 1887607.
HSL color Cylindrical-coordinate representation of color #77CD1C: hue angle of 89.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #77CD1C is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 28 | - |
| CMYK | 0.42 | 0 | 0.86 | 0.20 |
| HSL | 89.15º | 0.76% | 0.46% | - |
| HSV(B) | 89.15º | 0.86% | 0.8% | - |
| XYZ | 29.65 | 47.67 | 8.74 | - |
| YUV | 159.11 | 54.01 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 28 | 0.42 | 0 | 0.86 | 0.20 | 89.15 | 0.76 | 0.46 |
| Hex | 77 | CD | 1C | 2A | 0 | 56 | 14 | 59 | 4C | 2E |
| Octal | 167 | 315 | 34 | 52 | 0 | 126 | 24 | 131 | 114 | 56 |
| Binary | 1110111 | 11001101 | 11100 | 101010 | 0 | 1010110 | 10100 | 1011001 | 1001100 | 101110 |
Color Harmonies of #77CD1C
Complementary color
Monochromatic Colors of #77CD1C
Black with #77CD1C
Text Example
Text Example
White with #77CD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CD1C; }
p { color: rgb(119,205,28); }
H1.HeaderClassName
{
color: #77CD1C;
}
.AnyTagClassName
{
color: #77CD1C;
}
</style>
background-color css
<style>
a { background-color: #77CD1C; }
a { background-color: rgb(119,205,28); }
div.DivClassName
{
background-color: #77CD1C;
}
.BgClassName
{
background-color: #77CD1C;
}
</style>
border-color css
<style>
span { border-color: #77CD1C; }
span { border-color: rgb(119,205,28); }
td.TdClassName
{
border-color: #77CD1C;
}
.TagClassName
{
border-color: #77CD1C;
}
</style>