Shades of Lima #77CD20
Tints of Lima #77CD20
RGB
CMYK
RGB Variations
Color information
#77CD20 (or 0x77CD20) is known color: Lima. HEX triplet: 77, CD and 20. RGB value is (119,205,32). Sum of RGB (Red+Green+Blue) = 119+205+32=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #77CD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CD20 is #8832DF. Grayscale: #A0A0A0. Windows color (decimal): -8925920 or 2149751. OLE color: 2149751.
HSL color Cylindrical-coordinate representation of color #77CD20: hue angle of 89.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77CD20 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 205 | 32 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.20 |
| HSL | 89.83º | 0.73% | 0.46% | - |
| HSV(B) | 89.83º | 0.84% | 0.8% | - |
| XYZ | 29.7 | 47.69 | 9.01 | - |
| YUV | 159.56 | 56.01 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 205 | 32 | 0.42 | 0 | 0.84 | 0.20 | 89.83 | 0.73 | 0.46 |
| Hex | 77 | CD | 20 | 2A | 0 | 54 | 14 | 5A | 49 | 2E |
| Octal | 167 | 315 | 40 | 52 | 0 | 124 | 24 | 132 | 111 | 56 |
| Binary | 1110111 | 11001101 | 100000 | 101010 | 0 | 1010100 | 10100 | 1011010 | 1001001 | 101110 |
Color Harmonies of #77CD20
Complementary color
Monochromatic Colors of #77CD20
Black with #77CD20
Text Example
Text Example
White with #77CD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CD20; }
p { color: rgb(119,205,32); }
H1.HeaderClassName
{
color: #77CD20;
}
.AnyTagClassName
{
color: #77CD20;
}
</style>
background-color css
<style>
a { background-color: #77CD20; }
a { background-color: rgb(119,205,32); }
div.DivClassName
{
background-color: #77CD20;
}
.BgClassName
{
background-color: #77CD20;
}
</style>
border-color css
<style>
span { border-color: #77CD20; }
span { border-color: rgb(119,205,32); }
td.TdClassName
{
border-color: #77CD20;
}
.TagClassName
{
border-color: #77CD20;
}
</style>