#78BA15

Color #78BA15 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78BA15

Tints of Lima #78BA15

Color information

#78BA15 (or 0x78BA15) is unknown color: approx Lima. HEX triplet: 78, BA and 15. RGB value is (120,186,21). Sum of RGB (Red+Green+Blue) = 120+186+21=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA15 is #8745EA. Grayscale: #949494. Windows color (decimal): -8865259 or 1423992. OLE color: 1423992.

HSL color Cylindrical-coordinate representation of color #78BA15: hue angle of 84º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78BA15 is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB12018621-
CMYK0.3500.890.27
HSL84º79.71%40.59%-
HSV(B)84º88.71%72.94%-
XYZ25.4439.176.93-
YUV147.4656.63108.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 186 (73.05% from 255) = 56.88%
BLUE value IS 21 (8.59% from 255) = 6.42%
R=36.70%
G=56.88%
B=6.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120186210.3500.890.278479.7140.59
Hex78BA15230591B545029
Octal170272254301313312412051
Binary11110001011101010101100011010110011101110101001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78BA15; }

 p { color: rgb(120,186,21); }

 H1.HeaderClassName
 {
   color: #78BA15;
 }
 .AnyTagClassName
 {
   color: #78BA15;
 }
</style>
background-color css

<style>
 a { background-color: #78BA15; }

 a { background-color: rgb(120,186,21); }

 div.DivClassName
 {
   background-color: #78BA15;
 }
 .BgClassName
 {
   background-color: #78BA15;
 }
</style>
border-color css

<style>
 span { border-color: #78BA15; }

 span { border-color: rgb(120,186,21); }

 td.TdClassName
 {
   border-color: #78BA15;
 }
 .TagClassName
 {
   border-color: #78BA15;
 }
</style>