#78B914

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

Shades of Lima #78B914

Tints of Lima #78B914

Color information

#78B914 (or 0x78B914) is unknown color: approx Lima. HEX triplet: 78, B9 and 14. RGB value is (120,185,20). Sum of RGB (Red+Green+Blue) = 120+185+20=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #78B914 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B914 is #8746EB. Grayscale: #939393. Windows color (decimal): -8865516 or 1358200. OLE color: 1358200.

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

Color convert

RGB12018520-
CMYK0.3500.890.27
HSL83.64º80.49%40.2%-
HSV(B)83.64º89.19%72.55%-
XYZ25.2238.746.81-
YUV146.7656.47108.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 185 (72.66% from 255) = 56.92%
BLUE value IS 20 (8.20% from 255) = 6.15%
R=36.92%
G=56.92%
B=6.15%

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
Decimal120185200.3500.890.2783.6480.4940.2
Hex78B914230591B545028
Octal170271244301313312412050
Binary11110001011100110100100011010110011101110101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,20); }

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

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

 a { background-color: rgb(120,185,20); }

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

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

 span { border-color: rgb(120,185,20); }

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