#4F9418

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

Shades of Limeade #4F9418

Tints of Limeade #4F9418

Color information

#4F9418 (or 0x4F9418) is unknown color: approx Limeade. HEX triplet: 4F, 94 and 18. RGB value is (79,148,24). Sum of RGB (Red+Green+Blue) = 79+148+24=251 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.47% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #4F9418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9418 is #B06BE7. Grayscale: #717171. Windows color (decimal): -11561960 or 1610831. OLE color: 1610831.

HSL color Cylindrical-coordinate representation of color #4F9418: hue angle of 93.39º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F9418 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB7914824-
CMYK0.4700.840.42
HSL93.39º72.09%33.73%-
HSV(B)93.39º83.78%58.04%-
XYZ13.9822.914.55-
YUV113.2377.64103.58-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 31.47%
GREEN value IS 148 (58.20% from 255) = 58.96%
BLUE value IS 24 (9.77% from 255) = 9.56%
R=31.47%
G=58.96%
B=9.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79148240.4700.840.4293.3972.0933.73
Hex4F94182F0542A5d4822
Octal117224305701245213511042
Binary100111110010100110001011110101010010101010111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,148,24); }

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

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

 a { background-color: rgb(79,148,24); }

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

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

 span { border-color: rgb(79,148,24); }

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