#78B429

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

Shades of Lima #78B429

Tints of Lima #78B429

Color information

#78B429 (or 0x78B429) is unknown color: approx Lima. HEX triplet: 78, B4 and 29. RGB value is (120,180,41). Sum of RGB (Red+Green+Blue) = 120+180+41=341 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.19% from 341); Green value is 180 (70.70% from 255 or 52.79% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 180 - color contains mainly: green. Hex color #78B429 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B429 is #874BD6. Grayscale: #929292. Windows color (decimal): -8866775 or 2733176. OLE color: 2733176.

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

Color convert

RGB12018041-
CMYK0.3300.770.29
HSL85.9º62.9%43.33%-
HSV(B)85.9º77.22%70.59%-
XYZ24.4736.87.91-
YUV146.2168.62109.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 35.19%
GREEN value IS 180 (70.70% from 255) = 52.79%
BLUE value IS 41 (16.41% from 255) = 12.02%
R=35.19%
G=52.79%
B=12.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120180410.3300.770.2985.962.943.33
Hex78B4292104D1D563f2b
Octal17026451410115351267753
Binary11110001011010010100110000101001101111011010110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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