Shades of Lima #77CC08
Tints of Lima #77CC08
RGB
CMYK
RGB Variations
Color information
#77CC08 (or 0x77CC08) is known color: Lima. HEX triplet: 77, CC and 08. RGB value is (119,204,8). Sum of RGB (Red+Green+Blue) = 119+204+8=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC08 is #8833F7. Grayscale: #9C9C9C. Windows color (decimal): -8926200 or 576631. OLE color: 576631.
HSL color Cylindrical-coordinate representation of color #77CC08: hue angle of 86.02º 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 #77CC08 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 204 | 8 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.2 |
| HSL | 86.02º | 0.92% | 0.42% | - |
| HSV(B) | 86.02º | 0.96% | 0.8% | - |
| XYZ | 29.24 | 47.13 | 7.78 | - |
| YUV | 156.24 | 44.34 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 204 | 8 | 0.42 | 0 | 0.96 | 0.2 | 86.02 | 0.92 | 0.42 |
| Hex | 77 | CC | 8 | 2A | 0 | 60 | 14 | 56 | 5C | 2A |
| Octal | 167 | 314 | 10 | 52 | 0 | 140 | 24 | 126 | 134 | 52 |
| Binary | 1110111 | 11001100 | 1000 | 101010 | 0 | 1100000 | 10100 | 1010110 | 1011100 | 101010 |
Color Harmonies of #77CC08
Complementary color
Monochromatic Colors of #77CC08
Black with #77CC08
Text Example
Text Example
White with #77CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77CC08; }
p { color: rgb(119,204,8); }
H1.HeaderClassName
{
color: #77CC08;
}
.AnyTagClassName
{
color: #77CC08;
}
</style>
background-color css
<style>
a { background-color: #77CC08; }
a { background-color: rgb(119,204,8); }
div.DivClassName
{
background-color: #77CC08;
}
.BgClassName
{
background-color: #77CC08;
}
</style>
border-color css
<style>
span { border-color: #77CC08; }
span { border-color: rgb(119,204,8); }
td.TdClassName
{
border-color: #77CC08;
}
.TagClassName
{
border-color: #77CC08;
}
</style>