#479605

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

Shades of Limeade #479605

Tints of Limeade #479605

Color information

#479605 (or 0x479605) is unknown color: approx Limeade. HEX triplet: 47, 96 and 05. RGB value is (71,150,5). Sum of RGB (Red+Green+Blue) = 71+150+5=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #479605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479605 is #B869FA. Grayscale: #6E6E6E. Windows color (decimal): -12085755 or 366151. OLE color: 366151.

HSL color Cylindrical-coordinate representation of color #479605: hue angle of 92.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #479605 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB711505-
CMYK0.5300.970.41
HSL92.69º93.55%30.39%-
HSV(B)92.69º96.67%58.82%-
XYZ13.5323.163.9-
YUV109.8568.83100.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 150 (58.98% from 255) = 66.37%
BLUE value IS 5 (2.34% from 255) = 2.21%
R=31.42%
G=66.37%
B=2.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7115050.5300.970.4192.6993.5530.39
Hex4796535061295d5e1e
Octal10722656501415113513636
Binary100011110010110101110101011000011010011011101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479605; }

 p { color: rgb(71,150,5); }

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

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

 a { background-color: rgb(71,150,5); }

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

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

 span { border-color: rgb(71,150,5); }

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