Shades of Lima #77CA13
Tints of Lima #77CA13
RGB
CMYK
RGB Variations
Color information
#77CA13 (or 0x77CA13) is known color: Lima. HEX triplet: 77, CA and 13. RGB value is (119,202,19). Sum of RGB (Red+Green+Blue) = 119+202+19=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CA13 is #8835EC. Grayscale: #9C9C9C. Windows color (decimal): -8926701 or 1297015. OLE color: 1297015.
HSL color Cylindrical-coordinate representation of color #77CA13: hue angle of 87.21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77CA13 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 202 | 19 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.21 |
| HSL | 87.21º | 0.83% | 0.43% | - |
| HSV(B) | 87.21º | 0.91% | 0.79% | - |
| XYZ | 28.85 | 46.21 | 8.02 | - |
| YUV | 156.32 | 50.5 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 202 | 19 | 0.41 | 0 | 0.91 | 0.21 | 87.21 | 0.83 | 0.43 |
| Hex | 77 | CA | 13 | 29 | 0 | 5B | 15 | 57 | 53 | 2B |
| Octal | 167 | 312 | 23 | 51 | 0 | 133 | 25 | 127 | 123 | 53 |
| Binary | 1110111 | 11001010 | 10011 | 101001 | 0 | 1011011 | 10101 | 1010111 | 1010011 | 101011 |
Color Harmonies of #77CA13
Complementary color
Monochromatic Colors of #77CA13
Black with #77CA13
Text Example
Text Example
White with #77CA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CA13; }
p { color: rgb(119,202,19); }
H1.HeaderClassName
{
color: #77CA13;
}
.AnyTagClassName
{
color: #77CA13;
}
</style>
background-color css
<style>
a { background-color: #77CA13; }
a { background-color: rgb(119,202,19); }
div.DivClassName
{
background-color: #77CA13;
}
.BgClassName
{
background-color: #77CA13;
}
</style>
border-color css
<style>
span { border-color: #77CA13; }
span { border-color: rgb(119,202,19); }
td.TdClassName
{
border-color: #77CA13;
}
.TagClassName
{
border-color: #77CA13;
}
</style>