#78C035

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

Shades of Lima #78C035

Tints of Lima #78C035

Color information

#78C035 (or 0x78C035) is unknown color: approx Lima. HEX triplet: 78, C0 and 35. RGB value is (120,192,53). Sum of RGB (Red+Green+Blue) = 120+192+53=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #78C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C035 is #873FCA. Grayscale: #9B9B9B. Windows color (decimal): -8863691 or 3522680. OLE color: 3522680.

HSL color Cylindrical-coordinate representation of color #78C035: hue angle of 91.08º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #78C035 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB12019253-
CMYK0.3800.720.25
HSL91.08º56.73%48.04%-
HSV(B)91.08º72.4%75.29%-
XYZ27.2441.9510.03-
YUV154.6370.65103.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 192 (75.39% from 255) = 52.60%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=32.88%
G=52.60%
B=14.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120192530.3800.720.2591.0856.7348.04
Hex78C03526048195b3930
Octal17030065460110311337160
Binary11110001100000011010110011001001000110011011011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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