Shades of Lima #77CB21
Tints of Lima #77CB21
RGB
CMYK
RGB Variations
Color information
#77CB21 (or 0x77CB21) is known color: Lima. HEX triplet: 77, CB and 21. RGB value is (119,203,33). Sum of RGB (Red+Green+Blue) = 119+203+33=355 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.52% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB21 is #8834DE. Grayscale: #9F9F9F. Windows color (decimal): -8926431 or 2214775. OLE color: 2214775.
HSL color Cylindrical-coordinate representation of color #77CB21: hue angle of 89.65º degrees, saturation: 0.72, 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 #77CB21 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 33 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.20 |
| HSL | 89.65º | 0.72% | 0.46% | - |
| HSV(B) | 89.65º | 0.84% | 0.8% | - |
| XYZ | 29.24 | 46.74 | 8.92 | - |
| YUV | 158.5 | 57.17 | 99.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 33 | 0.41 | 0 | 0.84 | 0.20 | 89.65 | 0.72 | 0.46 |
| Hex | 77 | CB | 21 | 29 | 0 | 54 | 14 | 5A | 48 | 2E |
| Octal | 167 | 313 | 41 | 51 | 0 | 124 | 24 | 132 | 110 | 56 |
| Binary | 1110111 | 11001011 | 100001 | 101001 | 0 | 1010100 | 10100 | 1011010 | 1001000 | 101110 |
Color Harmonies of #77CB21
Complementary color
Monochromatic Colors of #77CB21
Black with #77CB21
Text Example
Text Example
White with #77CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB21; }
p { color: rgb(119,203,33); }
H1.HeaderClassName
{
color: #77CB21;
}
.AnyTagClassName
{
color: #77CB21;
}
</style>
background-color css
<style>
a { background-color: #77CB21; }
a { background-color: rgb(119,203,33); }
div.DivClassName
{
background-color: #77CB21;
}
.BgClassName
{
background-color: #77CB21;
}
</style>
border-color css
<style>
span { border-color: #77CB21; }
span { border-color: rgb(119,203,33); }
td.TdClassName
{
border-color: #77CB21;
}
.TagClassName
{
border-color: #77CB21;
}
</style>