#79C214

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

Shades of Lima #79C214

Tints of Lima #79C214

Color information

#79C214 (or 0x79C214) is unknown color: approx Lima. HEX triplet: 79, C2 and 14. RGB value is (121,194,20). Sum of RGB (Red+Green+Blue) = 121+194+20=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #79C214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79C214 is #863DEB. Grayscale: #989898. Windows color (decimal): -8797676 or 1360505. OLE color: 1360505.

HSL color Cylindrical-coordinate representation of color #79C214: hue angle of 85.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #79C214 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB12119420-
CMYK0.3800.900.24
HSL85.17º81.31%41.96%-
HSV(B)85.17º89.69%76.08%-
XYZ27.342.77.46-
YUV152.3453.32105.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 194 (76.17% from 255) = 57.91%
BLUE value IS 20 (8.20% from 255) = 5.97%
R=36.12%
G=57.91%
B=5.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal121194200.3800.900.2485.1781.3141.96
Hex79C2142605A1855512a
Octal171302244601323012512152
Binary11110011100001010100100110010110101100010101011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79C214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,194,20); }

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

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

 a { background-color: rgb(121,194,20); }

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

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

 span { border-color: rgb(121,194,20); }

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