Shades of Lima #77CF13
Tints of Lima #77CF13
RGB
CMYK
RGB Variations
Color information
#77CF13 (or 0x77CF13) is known color: Lima. HEX triplet: 77, CF and 13. RGB value is (119,207,19). Sum of RGB (Red+Green+Blue) = 119+207+19=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CF13 is #8830EC. Grayscale: #9F9F9F. Windows color (decimal): -8925421 or 1298295. OLE color: 1298295.
HSL color Cylindrical-coordinate representation of color #77CF13: hue angle of 88.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #77CF13 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 207 | 19 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.19 |
| HSL | 88.09º | 0.83% | 0.44% | - |
| HSV(B) | 88.09º | 0.91% | 0.81% | - |
| XYZ | 30.04 | 48.59 | 8.41 | - |
| YUV | 159.26 | 48.85 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 207 | 19 | 0.43 | 0 | 0.91 | 0.19 | 88.09 | 0.83 | 0.44 |
| Hex | 77 | CF | 13 | 2B | 0 | 5B | 13 | 58 | 53 | 2C |
| Octal | 167 | 317 | 23 | 53 | 0 | 133 | 23 | 130 | 123 | 54 |
| Binary | 1110111 | 11001111 | 10011 | 101011 | 0 | 1011011 | 10011 | 1011000 | 1010011 | 101100 |
Color Harmonies of #77CF13
Complementary color
Monochromatic Colors of #77CF13
Black with #77CF13
Text Example
Text Example
White with #77CF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CF13; }
p { color: rgb(119,207,19); }
H1.HeaderClassName
{
color: #77CF13;
}
.AnyTagClassName
{
color: #77CF13;
}
</style>
background-color css
<style>
a { background-color: #77CF13; }
a { background-color: rgb(119,207,19); }
div.DivClassName
{
background-color: #77CF13;
}
.BgClassName
{
background-color: #77CF13;
}
</style>
border-color css
<style>
span { border-color: #77CF13; }
span { border-color: rgb(119,207,19); }
td.TdClassName
{
border-color: #77CF13;
}
.TagClassName
{
border-color: #77CF13;
}
</style>