#78B535

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

Shades of Lima #78B535

Tints of Lima #78B535

Color information

#78B535 (or 0x78B535) is unknown color: approx Lima. HEX triplet: 78, B5 and 35. RGB value is (120,181,53). Sum of RGB (Red+Green+Blue) = 120+181+53=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #78B535 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78B535 is #874ACA. Grayscale: #949494. Windows color (decimal): -8866507 or 3519864. OLE color: 3519864.

HSL color Cylindrical-coordinate representation of color #78B535: hue angle of 88.59º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #78B535 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB12018153-
CMYK0.3400.710.29
HSL88.59º54.7%45.88%-
HSV(B)88.59º70.72%70.98%-
XYZ24.9137.39.25-
YUV148.1774.29107.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.90%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=33.90%
G=51.13%
B=14.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120181530.3400.710.2988.5954.745.88
Hex78B535220471D59372e
Octal17026565420107351316756
Binary11110001011010111010110001001000111111011011001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,181,53); }

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

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

 a { background-color: rgb(120,181,53); }

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

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

 span { border-color: rgb(120,181,53); }

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