Html Css Color HEX #79C012 Lima

📋 copy color: '#79C012'

red 121 ◦ green 192 ◦ blue 18

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

Shades of Lima #79C012

Tints of Lima #79C012

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.01%

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

R = 36.56%
G = 58.01%
B = 5.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#79C012 (or 0x79C012) is known color: Lima. HEX triplet: 79, C0 and 12. RGB value is (121,192,18). Sum of RGB (Red+Green+Blue) = 121+192+18=331 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.56% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #79C012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C012 is #863FED. Grayscale: #979797. Windows color (decimal): -8798190 or 1228921. OLE color: 1228921.

HSL color Cylindrical-coordinate representation of color #79C012: hue angle of 84.48º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #79C012 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 121 192 18 -
CMYK 0.37 0 0.91 0.25
HSL 84.48º 0.83% 0.41% -
HSV(B) 84.48º 0.91% 0.75% -
XYZ 26.84 41.81 7.23 -
YUV 150.94 52.98 106.65 -
System Red Green Blue C M Y K H S L
Decimal 121 192 18 0.37 0 0.91 0.25 84.48 0.83 0.41
Hex 79 C0 12 25 0 5B 19 54 53 29
Octal 171 300 22 45 0 133 31 124 123 51
Binary 1111001 11000000 10010 100101 0 1011011 11001 1010100 1010011 101001

Color Harmonies of #79C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C012

Black with #79C012

Text Example


Text Example

White with #79C012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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