Html Css Color HEX #79BA12 Lima

📋 copy color: '#79BA12'

red 121 ◦ green 186 ◦ blue 18

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

Shades of Lima #79BA12

Tints of Lima #79BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.54%

R = 37.23%
G = 57.23%
B = 5.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#79BA12 (or 0x79BA12) is known color: Lima. HEX triplet: 79, BA and 12. RGB value is (121,186,18). Sum of RGB (Red+Green+Blue) = 121+186+18=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #79BA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BA12 is #8645ED. Grayscale: #949494. Windows color (decimal): -8799726 or 1227385. OLE color: 1227385.

HSL color Cylindrical-coordinate representation of color #79BA12: hue angle of 83.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79BA12 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 186 18 -
CMYK 0.35 0 0.90 0.27
HSL 83.21º 0.82% 0.4% -
HSV(B) 83.21º 0.9% 0.73% -
XYZ 25.55 39.23 6.8 -
YUV 147.41 54.97 109.16 -
System Red Green Blue C M Y K H S L
Decimal 121 186 18 0.35 0 0.90 0.27 83.21 0.82 0.4
Hex 79 BA 12 23 0 5A 1B 53 52 28
Octal 171 272 22 43 0 132 33 123 122 50
Binary 1111001 10111010 10010 100011 0 1011010 11011 1010011 1010010 101000

Color Harmonies of #79BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BA12

Black with #79BA12

Text Example


Text Example

White with #79BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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