#78C431

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

Shades of Lima #78C431

Tints of Lima #78C431

Color information

#78C431 (or 0x78C431) is unknown color: approx Lima. HEX triplet: 78, C4 and 31. RGB value is (120,196,49). Sum of RGB (Red+Green+Blue) = 120+196+49=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 196 (76.95% from 255 or 53.70% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 196 - color contains mainly: green. Hex color #78C431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78C431 is #873BCE. Grayscale: #9D9D9D. Windows color (decimal): -8862671 or 3261560. OLE color: 3261560.

HSL color Cylindrical-coordinate representation of color #78C431: hue angle of 91.02º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78C431 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB12019649-
CMYK0.3900.750.23
HSL91.02º60%48.04%-
HSV(B)91.02º75%76.86%-
XYZ28.0443.699.86-
YUV156.5267.32101.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.88%
GREEN value IS 196 (76.95% from 255) = 53.70%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=32.88%
G=53.70%
B=13.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal120196490.3900.750.2391.026048.04
Hex78C4312704B175b3c30
Octal17030461470113271337460
Binary11110001100010011000110011101001011101111011011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,196,49); }

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

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

 a { background-color: rgb(120,196,49); }

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

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

 span { border-color: rgb(120,196,49); }

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