#79B42C

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

Shades of Lima #79B42C

Tints of Lima #79B42C

Color information

#79B42C (or 0x79B42C) is unknown color: approx Lima. HEX triplet: 79, B4 and 2C. RGB value is (121,180,44). Sum of RGB (Red+Green+Blue) = 121+180+44=345 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.07% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #79B42C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B42C is #864BD3. Grayscale: #939393. Windows color (decimal): -8801236 or 2929785. OLE color: 2929785.

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

Color convert

RGB12118044-
CMYK0.3300.760.29
HSL86.03º60.71%43.92%-
HSV(B)86.03º75.56%70.59%-
XYZ24.6636.898.2-
YUV146.8569.95109.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.07%
GREEN value IS 180 (70.70% from 255) = 52.17%
BLUE value IS 44 (17.58% from 255) = 12.75%
R=35.07%
G=52.17%
B=12.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121180440.3300.760.2986.0360.7143.92
Hex79B42C2104C1D563d2c
Octal17126454410114351267554
Binary11110011011010010110010000101001100111011010110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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