#79B415

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

Shades of Lima #79B415

Tints of Lima #79B415

Color information

#79B415 (or 0x79B415) is unknown color: approx Lima. HEX triplet: 79, B4 and 15. RGB value is (121,180,21). Sum of RGB (Red+Green+Blue) = 121+180+21=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 180 (70.70% from 255 or 55.90% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 180 - color contains mainly: green. Hex color #79B415 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79B415 is #864BEA. Grayscale: #909090. Windows color (decimal): -8801259 or 1422457. OLE color: 1422457.

HSL color Cylindrical-coordinate representation of color #79B415: hue angle of 82.26º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79B415 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB12118021-
CMYK0.3300.880.29
HSL82.26º79.1%39.41%-
HSV(B)82.26º88.33%70.59%-
XYZ24.3436.766.52-
YUV144.2358.45111.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 180 (70.70% from 255) = 55.90%
BLUE value IS 21 (8.59% from 255) = 6.52%
R=37.58%
G=55.90%
B=6.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121180210.3300.880.2982.2679.139.41
Hex79B415210581D524f27
Octal171264254101303512211747
Binary11110011011010010101100001010110001110110100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,180,21); }

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

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

 a { background-color: rgb(121,180,21); }

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

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

 span { border-color: rgb(121,180,21); }

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