#78B732

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

Shades of Lima #78B732

Tints of Lima #78B732

Color information

#78B732 (or 0x78B732) is unknown color: approx Lima. HEX triplet: 78, B7 and 32. RGB value is (120,183,50). Sum of RGB (Red+Green+Blue) = 120+183+50=353 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.99% from 353); Green value is 183 (71.88% from 255 or 51.84% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 183 - color contains mainly: green. Hex color #78B732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B732 is #8748CD. Grayscale: #959595. Windows color (decimal): -8865998 or 3323768. OLE color: 3323768.

HSL color Cylindrical-coordinate representation of color #78B732: hue angle of 88.42º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78B732 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB12018350-
CMYK0.3400.730.28
HSL88.42º57.08%45.69%-
HSV(B)88.42º72.68%71.76%-
XYZ25.2538.099.04-
YUV14972.13107.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.99%
GREEN value IS 183 (71.88% from 255) = 51.84%
BLUE value IS 50 (19.92% from 255) = 14.16%
R=33.99%
G=51.84%
B=14.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal120183500.3400.730.2888.4257.0845.69
Hex78B732220491C58392e
Octal17026762420111341307156
Binary11110001011011111001010001001001001111001011000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,183,50); }

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

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

 a { background-color: rgb(120,183,50); }

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

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

 span { border-color: rgb(120,183,50); }

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