Html Css Color HEX #79C120 Lima

📋 copy color: '#79C120'

red 121 ◦ green 193 ◦ blue 32

#79C120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #79C120

Tints of Lima #79C120

RGB

 RED value IS 121 (47.66% from 255) = 34.97%

 GREEN value IS 193 (75.78% from 255) = 55.78%

 BLUE value IS 32 (12.89% from 255) = 9.25%

R = 34.97%
G = 55.78%
B = 9.25%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#79C120 (or 0x79C120) is known color: Lima. HEX triplet: 79, C1 and 20. RGB value is (121,193,32). Sum of RGB (Red+Green+Blue) = 121+193+32=346 (45% of max value = 765). Red value is 121 (47.66% from 255 or 34.97% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #79C120 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79C120 is #863EDF. Grayscale: #999999. Windows color (decimal): -8797920 or 2146681. OLE color: 2146681.

HSL color Cylindrical-coordinate representation of color #79C120: hue angle of 86.83º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79C120 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 121 193 32 -
CMYK 0.37 0 0.83 0.24
HSL 86.83º 0.72% 0.44% -
HSV(B) 86.83º 0.83% 0.76% -
XYZ 27.22 42.31 8.1 -
YUV 153.12 59.65 105.09 -
System Red Green Blue C M Y K H S L
Decimal 121 193 32 0.37 0 0.83 0.24 86.83 0.72 0.44
Hex 79 C1 20 25 0 53 18 57 48 2C
Octal 171 301 40 45 0 123 30 127 110 54
Binary 1111001 11000001 100000 100101 0 1010011 11000 1010111 1001000 101100

Color Harmonies of #79C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C120

Black with #79C120

Text Example


Text Example

White with #79C120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,193,32); }

 H1.HeaderClassName
 {
   color: #79C120;
 }
 .AnyTagClassName
 {
   color: #79C120;
 }
</style>

background-color css

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

 a { background-color: rgb(121,193,32); }

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

border-color css

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

 span { border-color: rgb(121,193,32); }

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