Shades of Lima #78B712
Tints of Lima #78B712
RGB
CMYK
RGB Variations
Color information
#78B712 (or 0x78B712) is known color: Lima. HEX triplet: 78, B7 and 12. RGB value is (120,183,18). Sum of RGB (Red+Green+Blue) = 120+183+18=321 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.38% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #78B712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B712 is #8748ED. Grayscale: #919191. Windows color (decimal): -8866030 or 1226616. OLE color: 1226616.
HSL color Cylindrical-coordinate representation of color #78B712: hue angle of 82.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78B712 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 120 | 183 | 18 | - |
| CMYK | 0.34 | 0 | 0.90 | 0.28 |
| HSL | 82.91º | 0.82% | 0.39% | - |
| HSV(B) | 82.91º | 0.9% | 0.72% | - |
| XYZ | 24.79 | 37.9 | 6.58 | - |
| YUV | 145.35 | 56.13 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 18 | 0.34 | 0 | 0.90 | 0.28 | 82.91 | 0.82 | 0.39 |
| Hex | 78 | B7 | 12 | 22 | 0 | 5A | 1C | 53 | 52 | 27 |
| Octal | 170 | 267 | 22 | 42 | 0 | 132 | 34 | 123 | 122 | 47 |
| Binary | 1111000 | 10110111 | 10010 | 100010 | 0 | 1011010 | 11100 | 1010011 | 1010010 | 100111 |
Color Harmonies of #78B712
Complementary color
Monochromatic Colors of #78B712
Black with #78B712
Text Example
Text Example
White with #78B712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B712; }
p { color: rgb(120,183,18); }
H1.HeaderClassName
{
color: #78B712;
}
.AnyTagClassName
{
color: #78B712;
}
</style>
background-color css
<style>
a { background-color: #78B712; }
a { background-color: rgb(120,183,18); }
div.DivClassName
{
background-color: #78B712;
}
.BgClassName
{
background-color: #78B712;
}
</style>
border-color css
<style>
span { border-color: #78B712; }
span { border-color: rgb(120,183,18); }
td.TdClassName
{
border-color: #78B712;
}
.TagClassName
{
border-color: #78B712;
}
</style>