Html Css Color HEX #79BA0C Lima

📋 copy color: '#79BA0C'

red 121 ◦ green 186 ◦ blue 12

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

Shades of Lima #79BA0C

Tints of Lima #79BA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.31%

 BLUE value IS 12 (5.08% from 255) = 3.76%

R = 37.93%
G = 58.31%
B = 3.76%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#79BA0C (or 0x79BA0C) is known color: Lima. HEX triplet: 79, BA and 0C. RGB value is (121,186,12). Sum of RGB (Red+Green+Blue) = 121+186+12=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BA0C is #8645F3. Grayscale: #939393. Windows color (decimal): -8799732 or 834169. OLE color: 834169.

HSL color Cylindrical-coordinate representation of color #79BA0C: hue angle of 82.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79BA0C is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 186 12 -
CMYK 0.35 0 0.94 0.27
HSL 82.41º 0.88% 0.39% -
HSV(B) 82.41º 0.94% 0.73% -
XYZ 25.51 39.21 6.57 -
YUV 146.73 51.97 109.65 -
System Red Green Blue C M Y K H S L
Decimal 121 186 12 0.35 0 0.94 0.27 82.41 0.88 0.39
Hex 79 BA C 23 0 5E 1B 52 58 27
Octal 171 272 14 43 0 136 33 122 130 47
Binary 1111001 10111010 1100 100011 0 1011110 11011 1010010 1011000 100111

Color Harmonies of #79BA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BA0C

Black with #79BA0C

Text Example


Text Example

White with #79BA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,186,12); }

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

background-color css

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

 a { background-color: rgb(121,186,12); }

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

border-color css

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

 span { border-color: rgb(121,186,12); }

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