#559426

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

Shades of Limeade #559426

Tints of Limeade #559426

Color information

#559426 (or 0x559426) is unknown color: approx Limeade. HEX triplet: 55, 94 and 26. RGB value is (85,148,38). Sum of RGB (Red+Green+Blue) = 85+148+38=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #559426 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559426 is #AA6BD9. Grayscale: #757575. Windows color (decimal): -11168730 or 2528341. OLE color: 2528341.

HSL color Cylindrical-coordinate representation of color #559426: hue angle of 94.36º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #559426 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB8514838-
CMYK0.4300.740.42
HSL94.36º59.14%36.47%-
HSV(B)94.36º74.32%58.04%-
XYZ14.6923.255.55-
YUV116.6283.63105.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=31.37%
G=54.61%
B=14.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85148380.4300.740.4294.3659.1436.47
Hex5594262B04A2A5e3b24
Octal12522446530112521367344
Binary101010110010100100110101011010010101010101011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559426; }

 p { color: rgb(85,148,38); }

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

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

 a { background-color: rgb(85,148,38); }

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

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

 span { border-color: rgb(85,148,38); }

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