Shades of Lima #77CC09
Tints of Lima #77CC09
RGB
CMYK
RGB Variations
Color information
#77CC09 (or 0x77CC09) is known color: Lima. HEX triplet: 77, CC and 09. RGB value is (119,204,9). Sum of RGB (Red+Green+Blue) = 119+204+9=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 204 (80.08% from 255 or 61.45% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC09 is #8833F6. Grayscale: #9D9D9D. Windows color (decimal): -8926199 or 642167. OLE color: 642167.
HSL color Cylindrical-coordinate representation of color #77CC09: hue angle of 86.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77CC09 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 9 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.2 |
| HSL | 86.15º | 0.92% | 0.42% | - |
| HSV(B) | 86.15º | 0.96% | 0.8% | - |
| XYZ | 29.25 | 47.13 | 7.81 | - |
| YUV | 156.36 | 44.84 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 9 | 0.42 | 0 | 0.96 | 0.2 | 86.15 | 0.92 | 0.42 |
| Hex | 77 | CC | 9 | 2A | 0 | 60 | 14 | 56 | 5C | 2A |
| Octal | 167 | 314 | 11 | 52 | 0 | 140 | 24 | 126 | 134 | 52 |
| Binary | 1110111 | 11001100 | 1001 | 101010 | 0 | 1100000 | 10100 | 1010110 | 1011100 | 101010 |
Color Harmonies of #77CC09
Complementary color
Monochromatic Colors of #77CC09
Black with #77CC09
Text Example
Text Example
White with #77CC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC09; }
p { color: rgb(119,204,9); }
H1.HeaderClassName
{
color: #77CC09;
}
.AnyTagClassName
{
color: #77CC09;
}
</style>
background-color css
<style>
a { background-color: #77CC09; }
a { background-color: rgb(119,204,9); }
div.DivClassName
{
background-color: #77CC09;
}
.BgClassName
{
background-color: #77CC09;
}
</style>
border-color css
<style>
span { border-color: #77CC09; }
span { border-color: rgb(119,204,9); }
td.TdClassName
{
border-color: #77CC09;
}
.TagClassName
{
border-color: #77CC09;
}
</style>