Shades of Lima #77CB32
Tints of Lima #77CB32
RGB
CMYK
RGB Variations
Color information
#77CB32 (or 0x77CB32) is known color: Lima. HEX triplet: 77, CB and 32. RGB value is (119,203,50). Sum of RGB (Red+Green+Blue) = 119+203+50=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB32 is #8834CD. Grayscale: #A0A0A0. Windows color (decimal): -8926414 or 3328887. OLE color: 3328887.
HSL color Cylindrical-coordinate representation of color #77CB32: hue angle of 92.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #77CB32 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 50 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.20 |
| HSL | 92.94º | 0.6% | 0.5% | - |
| HSV(B) | 92.94º | 0.75% | 0.8% | - |
| XYZ | 29.54 | 46.86 | 10.51 | - |
| YUV | 160.44 | 65.67 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 50 | 0.41 | 0 | 0.75 | 0.20 | 92.94 | 0.6 | 0.5 |
| Hex | 77 | CB | 32 | 29 | 0 | 4B | 14 | 5D | 3C | 32 |
| Octal | 167 | 313 | 62 | 51 | 0 | 113 | 24 | 135 | 74 | 62 |
| Binary | 1110111 | 11001011 | 110010 | 101001 | 0 | 1001011 | 10100 | 1011101 | 111100 | 110010 |
Color Harmonies of #77CB32
Complementary color
Monochromatic Colors of #77CB32
Black with #77CB32
Text Example
Text Example
White with #77CB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB32; }
p { color: rgb(119,203,50); }
H1.HeaderClassName
{
color: #77CB32;
}
.AnyTagClassName
{
color: #77CB32;
}
</style>
background-color css
<style>
a { background-color: #77CB32; }
a { background-color: rgb(119,203,50); }
div.DivClassName
{
background-color: #77CB32;
}
.BgClassName
{
background-color: #77CB32;
}
</style>
border-color css
<style>
span { border-color: #77CB32; }
span { border-color: rgb(119,203,50); }
td.TdClassName
{
border-color: #77CB32;
}
.TagClassName
{
border-color: #77CB32;
}
</style>