Shades of Lima #77CB28
Tints of Lima #77CB28
RGB
CMYK
RGB Variations
Color information
#77CB28 (or 0x77CB28) is known color: Lima. HEX triplet: 77, CB and 28. RGB value is (119,203,40). Sum of RGB (Red+Green+Blue) = 119+203+40=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CB28 is #8834D7. Grayscale: #9F9F9F. Windows color (decimal): -8926424 or 2673527. OLE color: 2673527.
HSL color Cylindrical-coordinate representation of color #77CB28: hue angle of 90.92º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77CB28 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 203 | 40 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.20 |
| HSL | 90.92º | 0.67% | 0.48% | - |
| HSV(B) | 90.92º | 0.8% | 0.8% | - |
| XYZ | 29.35 | 46.79 | 9.49 | - |
| YUV | 159.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 203 | 40 | 0.41 | 0 | 0.80 | 0.20 | 90.92 | 0.67 | 0.48 |
| Hex | 77 | CB | 28 | 29 | 0 | 50 | 14 | 5B | 43 | 30 |
| Octal | 167 | 313 | 50 | 51 | 0 | 120 | 24 | 133 | 103 | 60 |
| Binary | 1110111 | 11001011 | 101000 | 101001 | 0 | 1010000 | 10100 | 1011011 | 1000011 | 110000 |
Color Harmonies of #77CB28
Complementary color
Monochromatic Colors of #77CB28
Black with #77CB28
Text Example
Text Example
White with #77CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CB28; }
p { color: rgb(119,203,40); }
H1.HeaderClassName
{
color: #77CB28;
}
.AnyTagClassName
{
color: #77CB28;
}
</style>
background-color css
<style>
a { background-color: #77CB28; }
a { background-color: rgb(119,203,40); }
div.DivClassName
{
background-color: #77CB28;
}
.BgClassName
{
background-color: #77CB28;
}
</style>
border-color css
<style>
span { border-color: #77CB28; }
span { border-color: rgb(119,203,40); }
td.TdClassName
{
border-color: #77CB28;
}
.TagClassName
{
border-color: #77CB28;
}
</style>