#78B82C

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

Shades of Lima #78B82C

Tints of Lima #78B82C

Color information

#78B82C (or 0x78B82C) is unknown color: approx Lima. HEX triplet: 78, B8 and 2C. RGB value is (120,184,44). Sum of RGB (Red+Green+Blue) = 120+184+44=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 44 (17.58% from 255 or 12.64% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #78B82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B82C is #8747D3. Grayscale: #959595. Windows color (decimal): -8865748 or 2930808. OLE color: 2930808.

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

Color convert

RGB12018444-
CMYK0.3500.760.28
HSL87.43º61.4%44.71%-
HSV(B)87.43º76.09%72.16%-
XYZ25.3438.468.47-
YUV148.968.8107.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.48%
GREEN value IS 184 (72.27% from 255) = 52.87%
BLUE value IS 44 (17.58% from 255) = 12.64%
R=34.48%
G=52.87%
B=12.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120184440.3500.760.2887.4361.444.71
Hex78B82C2304C1C573d2d
Octal17027054430114341277555
Binary11110001011100010110010001101001100111001010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B82C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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