#4F950D

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

Shades of Limeade #4F950D

Tints of Limeade #4F950D

Color information

#4F950D (or 0x4F950D) is unknown color: approx Limeade. HEX triplet: 4F, 95 and 0D. RGB value is (79,149,13). Sum of RGB (Red+Green+Blue) = 79+149+13=241 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.78% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #4F950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F950D is #B06AF2. Grayscale: #717171. Windows color (decimal): -11561715 or 890191. OLE color: 890191.

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

Color convert

RGB7914913-
CMYK0.4700.910.42
HSL90.88º83.95%31.76%-
HSV(B)90.88º91.28%58.43%-
XYZ14.0423.194.12-
YUV112.5771.81104.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.78%
GREEN value IS 149 (58.59% from 255) = 61.83%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=32.78%
G=61.83%
B=5.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal79149130.4700.910.4290.8883.9531.76
Hex4F95D2F05B2A5b5420
Octal117225155701335213312440
Binary10011111001010111011011110101101110101010110111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F950D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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