#79C80D

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

Shades of Lima #79C80D

Tints of Lima #79C80D

Color information

#79C80D (or 0x79C80D) is unknown color: approx Lima. HEX triplet: 79, C8 and 0D. RGB value is (121,200,13). Sum of RGB (Red+Green+Blue) = 121+200+13=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #79C80D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C80D is #8637F2. Grayscale: #9B9B9B. Windows color (decimal): -8796147 or 903289. OLE color: 903289.

HSL color Cylindrical-coordinate representation of color #79C80D: hue angle of 85.35º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79C80D is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB12120013-
CMYK0.3900.940.22
HSL85.35º87.79%41.76%-
HSV(B)85.35º93.5%78.43%-
XYZ28.6145.47.64-
YUV155.0647.83103.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.23%
GREEN value IS 200 (78.52% from 255) = 59.88%
BLUE value IS 13 (5.47% from 255) = 3.89%
R=36.23%
G=59.88%
B=3.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal121200130.3900.940.2285.3587.7941.76
Hex79C8D2705E1655582a
Octal171310154701362612513052
Binary1111001110010001101100111010111101011010101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,200,13); }

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

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

 a { background-color: rgb(121,200,13); }

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

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

 span { border-color: rgb(121,200,13); }

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