#79CD11

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

Shades of Lima #79CD11

Tints of Lima #79CD11

Color information

#79CD11 (or 0x79CD11) is unknown color: approx Lima. HEX triplet: 79, CD and 11. RGB value is (121,205,17). Sum of RGB (Red+Green+Blue) = 121+205+17=343 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.28% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 17 (7.03% from 255 or 4.96% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #79CD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #79CD11 is #8632EE. Grayscale: #9F9F9F. Windows color (decimal): -8794863 or 1166713. OLE color: 1166713.

HSL color Cylindrical-coordinate representation of color #79CD11: hue angle of 86.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #79CD11 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB12120517-
CMYK0.4100.920.20
HSL86.81º84.68%43.53%-
HSV(B)86.81º91.71%80.39%-
XYZ29.8247.778.18-
YUV158.4548.17101.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.28%
GREEN value IS 205 (80.47% from 255) = 59.77%
BLUE value IS 17 (7.03% from 255) = 4.96%
R=35.28%
G=59.77%
B=4.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal121205170.4100.920.2086.8184.6843.53
Hex79CD112905C1457552c
Octal171315215101342412712554
Binary11110011100110110001101001010111001010010101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79CD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,205,17); }

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

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

 a { background-color: rgb(121,205,17); }

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

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

 span { border-color: rgb(121,205,17); }

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