Html Css Color HEX #79BC0B Lima

📋 copy color: '#79BC0B'

red 121 ◦ green 188 ◦ blue 11

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

Shades of Lima #79BC0B

Tints of Lima #79BC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.75%

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

R = 37.81%
G = 58.75%
B = 3.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#79BC0B (or 0x79BC0B) is known color: Lima. HEX triplet: 79, BC and 0B. RGB value is (121,188,11). Sum of RGB (Red+Green+Blue) = 121+188+11=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #79BC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79BC0B is #8643F4. Grayscale: #949494. Windows color (decimal): -8799221 or 769145. OLE color: 769145.

HSL color Cylindrical-coordinate representation of color #79BC0B: hue angle of 82.71º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79BC0B is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 121 188 11 -
CMYK 0.36 0 0.94 0.26
HSL 82.71º 0.89% 0.39% -
HSV(B) 82.71º 0.94% 0.74% -
XYZ 25.93 40.06 6.68 -
YUV 147.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 121 188 11 0.36 0 0.94 0.26 82.71 0.89 0.39
Hex 79 BC B 24 0 5E 1A 53 59 27
Octal 171 274 13 44 0 136 32 123 131 47
Binary 1111001 10111100 1011 100100 0 1011110 11010 1010011 1011001 100111

Color Harmonies of #79BC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79BC0B

Black with #79BC0B

Text Example


Text Example

White with #79BC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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