#79BF35

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

Shades of Lima #79BF35

Tints of Lima #79BF35

Color information

#79BF35 (or 0x79BF35) is unknown color: approx Lima. HEX triplet: 79, BF and 35. RGB value is (121,191,53). Sum of RGB (Red+Green+Blue) = 121+191+53=365 (48% of max value = 765). Red value is 121 (47.66% from 255 or 33.15% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #79BF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BF35 is #8640CA. Grayscale: #9A9A9A. Windows color (decimal): -8798411 or 3522425. OLE color: 3522425.

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

Color convert

RGB12119153-
CMYK0.3700.720.25
HSL90.43º56.56%47.84%-
HSV(B)90.43º72.25%74.9%-
XYZ27.1641.589.96-
YUV154.3470.81104.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.15%
GREEN value IS 191 (75% from 255) = 52.33%
BLUE value IS 53 (21.09% from 255) = 14.52%
R=33.15%
G=52.33%
B=14.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121191530.3700.720.2590.4356.5647.84
Hex79BF3525048195a3930
Octal17127765450110311327160
Binary11110011011111111010110010101001000110011011010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79BF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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