Html Css Color HEX #79B512 Lima

📋 copy color: '#79B512'

red 121 ◦ green 181 ◦ blue 18

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

Shades of Lima #79B512

Tints of Lima #79B512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.56%

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

R = 37.81%
G = 56.56%
B = 5.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#79B512 (or 0x79B512) is known color: Lima. HEX triplet: 79, B5 and 12. RGB value is (121,181,18). Sum of RGB (Red+Green+Blue) = 121+181+18=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #79B512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79B512 is #864AED. Grayscale: #919191. Windows color (decimal): -8801006 or 1226105. OLE color: 1226105.

HSL color Cylindrical-coordinate representation of color #79B512: hue angle of 82.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79B512 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 121 181 18 -
CMYK 0.33 0 0.90 0.29
HSL 82.09º 0.82% 0.39% -
HSV(B) 82.09º 0.9% 0.71% -
XYZ 24.52 37.16 6.45 -
YUV 144.48 56.62 111.25 -
System Red Green Blue C M Y K H S L
Decimal 121 181 18 0.33 0 0.90 0.29 82.09 0.82 0.39
Hex 79 B5 12 21 0 5A 1D 52 52 27
Octal 171 265 22 41 0 132 35 122 122 47
Binary 1111001 10110101 10010 100001 0 1011010 11101 1010010 1010010 100111

Color Harmonies of #79B512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B512

Black with #79B512

Text Example


Text Example

White with #79B512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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