#79AF30

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

Shades of Lima #79AF30

Tints of Lima #79AF30

Color information

#79AF30 (or 0x79AF30) is unknown color: approx Lima. HEX triplet: 79, AF and 30. RGB value is (121,175,48). Sum of RGB (Red+Green+Blue) = 121+175+48=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 48 (19.14% from 255 or 13.95% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #79AF30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79AF30 is #8650CF. Grayscale: #909090. Windows color (decimal): -8802512 or 3190649. OLE color: 3190649.

HSL color Cylindrical-coordinate representation of color #79AF30: hue angle of 85.51º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79AF30 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB12117548-
CMYK0.3100.730.31
HSL85.51º56.95%43.73%-
HSV(B)85.51º72.57%68.63%-
XYZ23.7534.948.29-
YUV144.3873.61111.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 175 (68.75% from 255) = 50.87%
BLUE value IS 48 (19.14% from 255) = 13.95%
R=35.17%
G=50.87%
B=13.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121175480.3100.730.3185.5156.9543.73
Hex79AF301F0491F56392c
Octal17125760370111371267154
Binary1111001101011111100001111101001001111111010110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,175,48); }

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

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

 a { background-color: rgb(121,175,48); }

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

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

 span { border-color: rgb(121,175,48); }

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