#4F9505

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

Shades of Limeade #4F9505

Tints of Limeade #4F9505

Color information

#4F9505 (or 0x4F9505) is unknown color: approx Limeade. HEX triplet: 4F, 95 and 05. RGB value is (79,149,5). Sum of RGB (Red+Green+Blue) = 79+149+5=233 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.91% from 233); Green value is 149 (58.59% from 255 or 63.95% from 233); Blue value is 5 (2.34% from 255 or 2.15% from 233); Max value from RGB is 149 - color contains mainly: green. Hex color #4F9505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F9505 is #B06AFA. Grayscale: #707070. Windows color (decimal): -11561723 or 365903. OLE color: 365903.

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

Color convert

RGB791495-
CMYK0.4700.970.42
HSL89.17º93.51%30.2%-
HSV(B)89.17º96.64%58.43%-
XYZ1423.173.88-
YUV111.6567.81104.71-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 33.91%
GREEN value IS 149 (58.59% from 255) = 63.95%
BLUE value IS 5 (2.34% from 255) = 2.15%
R=33.91%
G=63.95%
B=2.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7914950.4700.970.4289.1793.5130.2
Hex4F9552F0612A595e1e
Octal11722555701415213113636
Binary100111110010101101101111011000011010101011001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,149,5); }

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

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

 a { background-color: rgb(79,149,5); }

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

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

 span { border-color: rgb(79,149,5); }

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