#79B41A

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

Shades of Lima #79B41A

Tints of Lima #79B41A

Color information

#79B41A (or 0x79B41A) is unknown color: approx Lima. HEX triplet: 79, B4 and 1A. RGB value is (121,180,26). Sum of RGB (Red+Green+Blue) = 121+180+26=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #79B41A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B41A is #864BE5. Grayscale: #919191. Windows color (decimal): -8801254 or 1750137. OLE color: 1750137.

HSL color Cylindrical-coordinate representation of color #79B41A: hue angle of 82.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79B41A is Cyan = 0.33, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB12118026-
CMYK0.3300.860.29
HSL82.99º74.76%40.39%-
HSV(B)82.99º85.56%70.59%-
XYZ24.3936.786.79-
YUV144.860.95111.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 180 (70.70% from 255) = 55.05%
BLUE value IS 26 (10.55% from 255) = 7.95%
R=37.00%
G=55.05%
B=7.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121180260.3300.860.2982.9974.7640.39
Hex79B41A210561D534b28
Octal171264324101263512311350
Binary11110011011010011010100001010101101110110100111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79B41A; }

 p { color: rgb(121,180,26); }

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

<style>
 a { background-color: #79B41A; }

 a { background-color: rgb(121,180,26); }

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

<style>
 span { border-color: #79B41A; }

 span { border-color: rgb(121,180,26); }

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