#4F9108

Color #4F9108 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4F9108

Tints of Limeade #4F9108

Color information

#4F9108 (or 0x4F9108) is unknown color: approx Limeade. HEX triplet: 4F, 91 and 08. RGB value is (79,145,8). Sum of RGB (Red+Green+Blue) = 79+145+8=232 (30% of max value = 765). Red value is 79 (31.25% from 255 or 34.05% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9108 is #B06EF7. Grayscale: #6E6E6E. Windows color (decimal): -11562744 or 561487. OLE color: 561487.

HSL color Cylindrical-coordinate representation of color #4F9108: hue angle of 88.91º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4F9108 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB791458-
CMYK0.4600.940.43
HSL88.91º89.54%30%-
HSV(B)88.91º94.48%56.86%-
XYZ13.3921.933.76-
YUV109.6570.63106.14-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 34.05%
GREEN value IS 145 (57.03% from 255) = 62.5%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=34.05%
G=62.5%
B=3.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7914580.4600.940.4388.9189.5430
Hex4F9182E05E2B595a1e
Octal117221105601365313113236
Binary1001111100100011000101110010111101010111011001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F9108; }

 p { color: rgb(79,145,8); }

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

<style>
 a { background-color: #4F9108; }

 a { background-color: rgb(79,145,8); }

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

<style>
 span { border-color: #4F9108; }

 span { border-color: rgb(79,145,8); }

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