#79BF15

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

Shades of Lima #79BF15

Tints of Lima #79BF15

Color information

#79BF15 (or 0x79BF15) is unknown color: approx Lima. HEX triplet: 79, BF and 15. RGB value is (121,191,21). Sum of RGB (Red+Green+Blue) = 121+191+21=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 191 (75% from 255 or 57.36% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 191 - color contains mainly: green. Hex color #79BF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BF15 is #8640EA. Grayscale: #979797. Windows color (decimal): -8798443 or 1425273. OLE color: 1425273.

HSL color Cylindrical-coordinate representation of color #79BF15: hue angle of 84.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #79BF15 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB12119121-
CMYK0.3700.890.25
HSL84.71º80.19%41.57%-
HSV(B)84.71º89.01%74.9%-
XYZ26.6541.387.29-
YUV150.6954.81106.82-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 191 (75% from 255) = 57.36%
BLUE value IS 21 (8.59% from 255) = 6.31%
R=36.34%
G=57.36%
B=6.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121191210.3700.890.2584.7180.1941.57
Hex79BF15250591955502a
Octal171277254501313112512052
Binary11110011011111110101100101010110011100110101011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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