#78B421

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

Shades of Lima #78B421

Tints of Lima #78B421

Color information

#78B421 (or 0x78B421) is unknown color: approx Lima. HEX triplet: 78, B4 and 21. RGB value is (120,180,33). Sum of RGB (Red+Green+Blue) = 120+180+33=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 180 (70.70% from 255 or 54.05% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 180 - color contains mainly: green. Hex color #78B421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B421 is #874BDE. Grayscale: #919191. Windows color (decimal): -8866783 or 2208888. OLE color: 2208888.

HSL color Cylindrical-coordinate representation of color #78B421: hue angle of 84.49º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78B421 is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB12018033-
CMYK0.3300.820.29
HSL84.49º69.01%41.76%-
HSV(B)84.49º81.67%70.59%-
XYZ24.3436.757.25-
YUV145.364.62109.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.04%
GREEN value IS 180 (70.70% from 255) = 54.05%
BLUE value IS 33 (13.28% from 255) = 9.91%
R=36.04%
G=54.05%
B=9.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120180330.3300.820.2984.4969.0141.76
Hex78B421210521D54452a
Octal170264414101223512410552
Binary111100010110100100001100001010100101110110101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,180,33); }

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

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

 a { background-color: rgb(120,180,33); }

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

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

 span { border-color: rgb(120,180,33); }

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