#4F9111

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

Shades of Limeade #4F9111

Tints of Limeade #4F9111

Color information

#4F9111 (or 0x4F9111) is unknown color: approx Limeade. HEX triplet: 4F, 91 and 11. RGB value is (79,145,17). Sum of RGB (Red+Green+Blue) = 79+145+17=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #4F9111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9111 is #B06EEE. Grayscale: #6F6F6F. Windows color (decimal): -11562735 or 1151311. OLE color: 1151311.

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

Color convert

RGB7914517-
CMYK0.4600.880.43
HSL90.94º79.01%31.76%-
HSV(B)90.94º88.28%56.86%-
XYZ13.4521.954.06-
YUV110.6775.13105.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 145 (57.03% from 255) = 60.17%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=32.78%
G=60.17%
B=7.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal79145170.4600.880.4390.9479.0131.76
Hex4F91112E0582B5b4f20
Octal117221215601305313311740
Binary100111110010001100011011100101100010101110110111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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