#79BE14

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

Shades of Lima #79BE14

Tints of Lima #79BE14

Color information

#79BE14 (or 0x79BE14) is unknown color: approx Lima. HEX triplet: 79, BE and 14. RGB value is (121,190,20). Sum of RGB (Red+Green+Blue) = 121+190+20=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 190 (74.61% from 255 or 57.40% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 190 - color contains mainly: green. Hex color #79BE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BE14 is #8641EB. Grayscale: #969696. Windows color (decimal): -8798700 or 1359481. OLE color: 1359481.

HSL color Cylindrical-coordinate representation of color #79BE14: hue angle of 84.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79BE14 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB12119020-
CMYK0.3600.890.25
HSL84.35º80.95%41.18%-
HSV(B)84.35º89.47%74.51%-
XYZ26.4240.947.17-
YUV149.9954.64107.32-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.56%
GREEN value IS 190 (74.61% from 255) = 57.40%
BLUE value IS 20 (8.20% from 255) = 6.04%
R=36.56%
G=57.40%
B=6.04%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121190200.3600.890.2584.3580.9541.18
Hex79BE142405919545129
Octal171276244401313112412151
Binary11110011011111010100100100010110011100110101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,190,20); }

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

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

 a { background-color: rgb(121,190,20); }

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

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

 span { border-color: rgb(121,190,20); }

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