Html Css Color HEX #79C80B Lima

📋 copy color: '#79C80B'

red 121 ◦ green 200 ◦ blue 11

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

Shades of Lima #79C80B

Tints of Lima #79C80B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 60.24%

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 36.45%
G = 60.24%
B = 3.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#79C80B (or 0x79C80B) is known color: Lima. HEX triplet: 79, C8 and 0B. RGB value is (121,200,11). Sum of RGB (Red+Green+Blue) = 121+200+11=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #79C80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C80B is #8637F4. Grayscale: #9B9B9B. Windows color (decimal): -8796149 or 772217. OLE color: 772217.

HSL color Cylindrical-coordinate representation of color #79C80B: hue angle of 85.08º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79C80B is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 121 200 11 -
CMYK 0.39 0 0.94 0.22
HSL 85.08º 0.9% 0.41% -
HSV(B) 85.08º 0.95% 0.78% -
XYZ 28.6 45.4 7.57 -
YUV 154.83 46.83 103.87 -
System Red Green Blue C M Y K H S L
Decimal 121 200 11 0.39 0 0.94 0.22 85.08 0.9 0.41
Hex 79 C8 B 27 0 5E 16 55 5A 29
Octal 171 310 13 47 0 136 26 125 132 51
Binary 1111001 11001000 1011 100111 0 1011110 10110 1010101 1011010 101001

Color Harmonies of #79C80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79C80B

Black with #79C80B

Text Example


Text Example

White with #79C80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,200,11); }

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

background-color css

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

 a { background-color: rgb(121,200,11); }

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

border-color css

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

 span { border-color: rgb(121,200,11); }

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