#79BD10

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

Shades of Lima #79BD10

Tints of Lima #79BD10

Color information

#79BD10 (or 0x79BD10) is unknown color: approx Lima. HEX triplet: 79, BD and 10. RGB value is (121,189,16). Sum of RGB (Red+Green+Blue) = 121+189+16=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 189 (74.22% from 255 or 57.98% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BD10 is #8642EF. Grayscale: #959595. Windows color (decimal): -8798960 or 1097081. OLE color: 1097081.

HSL color Cylindrical-coordinate representation of color #79BD10: hue angle of 83.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79BD10 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB12118916-
CMYK0.3600.920.26
HSL83.58º84.39%40.2%-
HSV(B)83.58º91.53%74.12%-
XYZ26.1840.56.93-
YUV148.9552.97108.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 189 (74.22% from 255) = 57.98%
BLUE value IS 16 (6.64% from 255) = 4.91%
R=37.12%
G=57.98%
B=4.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121189160.3600.920.2683.5884.3940.2
Hex79BD102405C1A545428
Octal171275204401343212412450
Binary11110011011110110000100100010111001101010101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,189,16); }

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

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

 a { background-color: rgb(121,189,16); }

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

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

 span { border-color: rgb(121,189,16); }

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