#479601

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

Shades of Limeade #479601

Tints of Limeade #479601

Color information

#479601 (or 0x479601) is unknown color: approx Limeade. HEX triplet: 47, 96 and 01. RGB value is (71,150,1). Sum of RGB (Red+Green+Blue) = 71+150+1=222 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.98% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #479601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #479601 is #B869FE. Grayscale: #6D6D6D. Windows color (decimal): -12085759 or 104007. OLE color: 104007.

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

Color convert

RGB711501-
CMYK0.5300.990.41
HSL91.81º98.68%29.61%-
HSV(B)91.81º99.33%58.82%-
XYZ13.5123.153.79-
YUV109.3966.83100.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.98%
GREEN value IS 150 (58.98% from 255) = 67.57%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=31.98%
G=67.57%
B=0.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7115010.5300.990.4191.8198.6829.61
Hex4796135063295c631e
Octal10722616501435113414336
Binary1000111100101101110101011000111010011011100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479601; }

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

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

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

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

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

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

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

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