Shades of Lima #78B627
Tints of Lima #78B627
RGB
CMYK
RGB Variations
Color information
#78B627 (or 0x78B627) is known color: Lima. HEX triplet: 78, B6 and 27. RGB value is (120,182,39). Sum of RGB (Red+Green+Blue) = 120+182+39=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #78B627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B627 is #8749D8. Grayscale: #939393. Windows color (decimal): -8866265 or 2602616. OLE color: 2602616.
HSL color Cylindrical-coordinate representation of color #78B627: hue angle of 86.01º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #78B627 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 120 | 182 | 39 | - |
| CMYK | 0.34 | 0 | 0.79 | 0.29 |
| HSL | 86.01º | 0.65% | 0.43% | - |
| HSV(B) | 86.01º | 0.79% | 0.71% | - |
| XYZ | 24.84 | 37.6 | 7.87 | - |
| YUV | 147.16 | 66.96 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 182 | 39 | 0.34 | 0 | 0.79 | 0.29 | 86.01 | 0.65 | 0.43 |
| Hex | 78 | B6 | 27 | 22 | 0 | 4F | 1D | 56 | 41 | 2B |
| Octal | 170 | 266 | 47 | 42 | 0 | 117 | 35 | 126 | 101 | 53 |
| Binary | 1111000 | 10110110 | 100111 | 100010 | 0 | 1001111 | 11101 | 1010110 | 1000001 | 101011 |
Color Harmonies of #78B627
Complementary color
Monochromatic Colors of #78B627
Black with #78B627
Text Example
Text Example
White with #78B627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B627; }
p { color: rgb(120,182,39); }
H1.HeaderClassName
{
color: #78B627;
}
.AnyTagClassName
{
color: #78B627;
}
</style>
background-color css
<style>
a { background-color: #78B627; }
a { background-color: rgb(120,182,39); }
div.DivClassName
{
background-color: #78B627;
}
.BgClassName
{
background-color: #78B627;
}
</style>
border-color css
<style>
span { border-color: #78B627; }
span { border-color: rgb(120,182,39); }
td.TdClassName
{
border-color: #78B627;
}
.TagClassName
{
border-color: #78B627;
}
</style>