#79C008

Color #79C008 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #79C008

Tints of Lima #79C008

Color information

#79C008 (or 0x79C008) is unknown color: approx Lima. HEX triplet: 79, C0 and 08. RGB value is (121,192,8). Sum of RGB (Red+Green+Blue) = 121+192+8=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #79C008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C008 is #863FF7. Grayscale: #969696. Windows color (decimal): -8798200 or 573561. OLE color: 573561.

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

Color convert

RGB1211928-
CMYK0.3700.960.25
HSL83.15º92%39.22%-
HSV(B)83.15º95.83%75.29%-
XYZ26.7841.786.88-
YUV149.7947.98107.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 192 (75.39% from 255) = 59.81%
BLUE value IS 8 (3.52% from 255) = 2.49%
R=37.69%
G=59.81%
B=2.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal12119280.3700.960.2583.159239.22
Hex79C082506019535c27
Octal171300104501403112313447
Binary1111001110000001000100101011000001100110100111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #79C008;
 }
 .AnyTagClassName
 {
   color: #79C008;
 }
</style>
background-color css

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

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

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

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

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

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