#79B230

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

Shades of Lima #79B230

Tints of Lima #79B230

Color information

#79B230 (or 0x79B230) is unknown color: approx Lima. HEX triplet: 79, B2 and 30. RGB value is (121,178,48). Sum of RGB (Red+Green+Blue) = 121+178+48=347 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.87% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 48 (19.14% from 255 or 13.83% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #79B230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #79B230 is #864DCF. Grayscale: #929292. Windows color (decimal): -8801744 or 3191417. OLE color: 3191417.

HSL color Cylindrical-coordinate representation of color #79B230: hue angle of 86.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #79B230 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB12117848-
CMYK0.3200.730.30
HSL86.31º57.52%44.31%-
HSV(B)86.31º73.03%69.8%-
XYZ24.3436.128.49-
YUV146.1472.62110.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.87%
GREEN value IS 178 (69.92% from 255) = 51.30%
BLUE value IS 48 (19.14% from 255) = 13.83%
R=34.87%
G=51.30%
B=13.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal121178480.3200.730.3086.3157.5244.31
Hex79B230200491E563a2c
Octal17126260400111361267254
Binary11110011011001011000010000001001001111101010110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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