#79C40B

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

Shades of Lima #79C40B

Tints of Lima #79C40B

Color information

#79C40B (or 0x79C40B) is unknown color: approx Lima. HEX triplet: 79, C4 and 0B. RGB value is (121,196,11). Sum of RGB (Red+Green+Blue) = 121+196+11=328 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.89% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #79C40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C40B is #863BF4. Grayscale: #999999. Windows color (decimal): -8797173 or 771193. OLE color: 771193.

HSL color Cylindrical-coordinate representation of color #79C40B: hue angle of 84.32º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79C40B is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB12119611-
CMYK0.3800.940.23
HSL84.32º89.37%40.59%-
HSV(B)84.32º94.39%76.86%-
XYZ27.6943.577.27-
YUV152.4848.15105.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.89%
GREEN value IS 196 (76.95% from 255) = 59.76%
BLUE value IS 11 (4.69% from 255) = 3.35%
R=36.89%
G=59.76%
B=3.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121196110.3800.940.2384.3289.3740.59
Hex79C4B2605E17545929
Octal171304134601362712413151
Binary1111001110001001011100110010111101011110101001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,196,11); }

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

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

 a { background-color: rgb(121,196,11); }

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

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

 span { border-color: rgb(121,196,11); }

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