#78B81F

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

Shades of Lima #78B81F

Tints of Lima #78B81F

Color information

#78B81F (or 0x78B81F) is unknown color: approx Lima. HEX triplet: 78, B8 and 1F. RGB value is (120,184,31). Sum of RGB (Red+Green+Blue) = 120+184+31=335 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.82% from 335); Green value is 184 (72.27% from 255 or 54.93% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 184 - color contains mainly: green. Hex color #78B81F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B81F is #8747E0. Grayscale: #939393. Windows color (decimal): -8865761 or 2078840. OLE color: 2078840.

HSL color Cylindrical-coordinate representation of color #78B81F: hue angle of 85.1º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78B81F is Cyan = 0.35, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB12018431-
CMYK0.3500.830.28
HSL85.1º71.16%42.16%-
HSV(B)85.1º83.15%72.16%-
XYZ25.1338.377.38-
YUV147.4262.3108.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.82%
GREEN value IS 184 (72.27% from 255) = 54.93%
BLUE value IS 31 (12.5% from 255) = 9.25%
R=35.82%
G=54.93%
B=9.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184310.3500.830.2885.171.1642.16
Hex78B81F230531C55472a
Octal170270374301233412510752
Binary11110001011100011111100011010100111110010101011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B81F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,184,31); }

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

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

 a { background-color: rgb(120,184,31); }

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

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

 span { border-color: rgb(120,184,31); }

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