#78B81C

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

Shades of Lima #78B81C

Tints of Lima #78B81C

Color information

#78B81C (or 0x78B81C) is unknown color: approx Lima. HEX triplet: 78, B8 and 1C. RGB value is (120,184,28). Sum of RGB (Red+Green+Blue) = 120+184+28=332 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.14% from 332); Green value is 184 (72.27% from 255 or 55.42% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 184 - color contains mainly: green. Hex color #78B81C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B81C is #8747E3. Grayscale: #939393. Windows color (decimal): -8865764 or 1882232. OLE color: 1882232.

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

Color convert

RGB12018428-
CMYK0.3500.850.28
HSL84.62º73.58%41.57%-
HSV(B)84.62º84.78%72.16%-
XYZ25.138.367.18-
YUV147.0860.8108.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.14%
GREEN value IS 184 (72.27% from 255) = 55.42%
BLUE value IS 28 (11.33% from 255) = 8.43%
R=36.14%
G=55.42%
B=8.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184280.3500.850.2884.6273.5841.57
Hex78B81C230551C554a2a
Octal170270344301253412511252
Binary11110001011100011100100011010101011110010101011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B81C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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