#79B42F

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

Shades of Lima #79B42F

Tints of Lima #79B42F

Color information

#79B42F (or 0x79B42F) is unknown color: approx Lima. HEX triplet: 79, B4 and 2F. RGB value is (121,180,47). Sum of RGB (Red+Green+Blue) = 121+180+47=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 180 (70.70% from 255 or 51.72% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 180 - color contains mainly: green. Hex color #79B42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79B42F is #864BD0. Grayscale: #939393. Windows color (decimal): -8801233 or 3126393. OLE color: 3126393.

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

Color convert

RGB12118047-
CMYK0.3300.740.29
HSL86.62º58.59%44.51%-
HSV(B)86.62º73.89%70.59%-
XYZ24.7236.918.51-
YUV147.271.45109.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 180 (70.70% from 255) = 51.72%
BLUE value IS 47 (18.75% from 255) = 13.51%
R=34.77%
G=51.72%
B=13.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121180470.3300.740.2986.6258.5944.51
Hex79B42F2104A1D573b2d
Octal17126457410112351277355
Binary11110011011010010111110000101001010111011010111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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