#479502

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

Shades of Limeade #479502

Tints of Limeade #479502

Color information

#479502 (or 0x479502) is unknown color: approx Limeade. HEX triplet: 47, 95 and 02. RGB value is (71,149,2). Sum of RGB (Red+Green+Blue) = 71+149+2=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 149 (58.59% from 255 or 67.12% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 149 - color contains mainly: green. Hex color #479502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479502 is #B86AFD. Grayscale: #6D6D6D. Windows color (decimal): -12086014 or 169287. OLE color: 169287.

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

Color convert

RGB711492-
CMYK0.5200.990.42
HSL91.84º97.35%29.61%-
HSV(B)91.84º98.66%58.43%-
XYZ13.3622.843.76-
YUV108.9267.66100.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 149 (58.59% from 255) = 67.12%
BLUE value IS 2 (1.17% from 255) = 0.90%
R=31.98%
G=67.12%
B=0.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7114920.5200.990.4291.8497.3529.61
Hex47952340632A5c611e
Octal10722526401435213414136
Binary10001111001010110110100011000111010101011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479502; }

 p { color: rgb(71,149,2); }

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

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

 a { background-color: rgb(71,149,2); }

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

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

 span { border-color: rgb(71,149,2); }

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