Html Css Color HEX #79BF32 Lima

📋 copy color: '#79BF32'

red 121 ◦ green 191 ◦ blue 50

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

Shades of Lima #79BF32

Tints of Lima #79BF32

RGB

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

 GREEN value IS 191 (75% from 255) = 52.76%

 BLUE value IS 50 (19.92% from 255) = 13.81%

R = 33.43%
G = 52.76%
B = 13.81%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#79BF32 (or 0x79BF32) is known color: Lima. HEX triplet: 79, BF and 32. RGB value is (121,191,50). Sum of RGB (Red+Green+Blue) = 121+191+50=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 50 (19.92% from 255 or 13.81% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #79BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #79BF32 is #8640CD. Grayscale: #9A9A9A. Windows color (decimal): -8798414 or 3325817. OLE color: 3325817.

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

Color convert

RGB 121 191 50 -
CMYK 0.37 0 0.74 0.25
HSL 89.79º 0.59% 0.47% -
HSV(B) 89.79º 0.74% 0.75% -
XYZ 27.09 41.56 9.61 -
YUV 154 69.31 104.46 -
System Red Green Blue C M Y K H S L
Decimal 121 191 50 0.37 0 0.74 0.25 89.79 0.59 0.47
Hex 79 BF 32 25 0 4A 19 5A 3B 2F
Octal 171 277 62 45 0 112 31 132 73 57
Binary 1111001 10111111 110010 100101 0 1001010 11001 1011010 111011 101111

Color Harmonies of #79BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BF32

Black with #79BF32

Text Example


Text Example

White with #79BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,191,50); }

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

background-color css

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

 a { background-color: rgb(121,191,50); }

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

border-color css

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

 span { border-color: rgb(121,191,50); }

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