Html Css Color HEX #79BA0E Lima

📋 copy color: '#79BA0E'

red 121 ◦ green 186 ◦ blue 14

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

Shades of Lima #79BA0E

Tints of Lima #79BA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 37.69%
G = 57.94%
B = 4.36%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#79BA0E (or 0x79BA0E) is known color: Lima. HEX triplet: 79, BA and 0E. RGB value is (121,186,14). Sum of RGB (Red+Green+Blue) = 121+186+14=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BA0E is #8645F1. Grayscale: #939393. Windows color (decimal): -8799730 or 965241. OLE color: 965241.

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

Color convert

RGB 121 186 14 -
CMYK 0.35 0 0.92 0.27
HSL 82.67º 0.86% 0.39% -
HSV(B) 82.67º 0.92% 0.73% -
XYZ 25.52 39.21 6.64 -
YUV 146.96 52.97 109.49 -
System Red Green Blue C M Y K H S L
Decimal 121 186 14 0.35 0 0.92 0.27 82.67 0.86 0.39
Hex 79 BA E 23 0 5C 1B 53 56 27
Octal 171 272 16 43 0 134 33 123 126 47
Binary 1111001 10111010 1110 100011 0 1011100 11011 1010011 1010110 100111

Color Harmonies of #79BA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BA0E

Black with #79BA0E

Text Example


Text Example

White with #79BA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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