Shades of Lima #78C808
Tints of Lima #78C808
RGB
CMYK
RGB Variations
Color information
#78C808 (or 0x78C808) is known color: Lima. HEX triplet: 78, C8 and 08. RGB value is (120,200,8). Sum of RGB (Red+Green+Blue) = 120+200+8=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 200 (78.52% from 255 or 60.98% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 200 - color contains mainly: green. Hex color #78C808 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C808 is #8737F7. Grayscale: #9A9A9A. Windows color (decimal): -8861688 or 575608. OLE color: 575608.
HSL color Cylindrical-coordinate representation of color #78C808: hue angle of 85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78C808 is Cyan = 0.4, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 200 | 8 | - |
| CMYK | 0.4 | 0 | 0.96 | 0.22 |
| HSL | 85º | 0.92% | 0.41% | - |
| HSV(B) | 85º | 0.96% | 0.78% | - |
| XYZ | 28.44 | 45.32 | 7.48 | - |
| YUV | 154.19 | 45.5 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 200 | 8 | 0.4 | 0 | 0.96 | 0.22 | 85 | 0.92 | 0.41 |
| Hex | 78 | C8 | 8 | 28 | 0 | 60 | 16 | 55 | 5C | 29 |
| Octal | 170 | 310 | 10 | 50 | 0 | 140 | 26 | 125 | 134 | 51 |
| Binary | 1111000 | 11001000 | 1000 | 101000 | 0 | 1100000 | 10110 | 1010101 | 1011100 | 101001 |
Color Harmonies of #78C808
Complementary color
Monochromatic Colors of #78C808
Black with #78C808
Text Example
Text Example
White with #78C808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C808; }
p { color: rgb(120,200,8); }
H1.HeaderClassName
{
color: #78C808;
}
.AnyTagClassName
{
color: #78C808;
}
</style>
background-color css
<style>
a { background-color: #78C808; }
a { background-color: rgb(120,200,8); }
div.DivClassName
{
background-color: #78C808;
}
.BgClassName
{
background-color: #78C808;
}
</style>
border-color css
<style>
span { border-color: #78C808; }
span { border-color: rgb(120,200,8); }
td.TdClassName
{
border-color: #78C808;
}
.TagClassName
{
border-color: #78C808;
}
</style>