Shades of Lima #78C607
Tints of Lima #78C607
RGB
CMYK
RGB Variations
Color information
#78C607 (or 0x78C607) is known color: Lima. HEX triplet: 78, C6 and 07. RGB value is (120,198,7). Sum of RGB (Red+Green+Blue) = 120+198+7=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #78C607 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78C607 is #8739F8. Grayscale: #999999. Windows color (decimal): -8862201 or 509560. OLE color: 509560.
HSL color Cylindrical-coordinate representation of color #78C607: hue angle of 84.5º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #78C607 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 120 | 198 | 7 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.22 |
| HSL | 84.5º | 0.93% | 0.4% | - |
| HSV(B) | 84.5º | 0.96% | 0.78% | - |
| XYZ | 27.98 | 44.4 | 7.3 | - |
| YUV | 152.9 | 45.66 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 198 | 7 | 0.39 | 0 | 0.96 | 0.22 | 84.5 | 0.93 | 0.4 |
| Hex | 78 | C6 | 7 | 27 | 0 | 60 | 16 | 55 | 5D | 28 |
| Octal | 170 | 306 | 7 | 47 | 0 | 140 | 26 | 125 | 135 | 50 |
| Binary | 1111000 | 11000110 | 111 | 100111 | 0 | 1100000 | 10110 | 1010101 | 1011101 | 101000 |
Color Harmonies of #78C607
Complementary color
Monochromatic Colors of #78C607
Black with #78C607
Text Example
Text Example
White with #78C607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C607; }
p { color: rgb(120,198,7); }
H1.HeaderClassName
{
color: #78C607;
}
.AnyTagClassName
{
color: #78C607;
}
</style>
background-color css
<style>
a { background-color: #78C607; }
a { background-color: rgb(120,198,7); }
div.DivClassName
{
background-color: #78C607;
}
.BgClassName
{
background-color: #78C607;
}
</style>
border-color css
<style>
span { border-color: #78C607; }
span { border-color: rgb(120,198,7); }
td.TdClassName
{
border-color: #78C607;
}
.TagClassName
{
border-color: #78C607;
}
</style>