#559A3D

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

Shades of Limeade #559A3D

Tints of Limeade #559A3D

Color information

#559A3D (or 0x559A3D) is unknown color: approx Limeade. HEX triplet: 55, 9A and 3D. RGB value is (85,154,61). Sum of RGB (Red+Green+Blue) = 85+154+61=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 154 (60.55% from 255 or 51.33% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 154 - color contains mainly: green. Hex color #559A3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559A3D is #AA65C2. Grayscale: #7B7B7B. Windows color (decimal): -11167171 or 4037205. OLE color: 4037205.

HSL color Cylindrical-coordinate representation of color #559A3D: hue angle of 104.52º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559A3D is Cyan = 0.45, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB8515461-
CMYK0.4500.600.40
HSL104.52º43.26%42.16%-
HSV(B)104.52º60.39%60.39%-
XYZ16.1425.388.46-
YUV122.7793.14101.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.33%
GREEN value IS 154 (60.55% from 255) = 51.33%
BLUE value IS 61 (24.22% from 255) = 20.33%
R=28.33%
G=51.33%
B=20.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85154610.4500.600.40104.5243.2642.16
Hex559A3D2D03C28692b2a
Octal1252327555074501515352
Binary10101011001101011110110110101111001010001101001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559A3D; }

 p { color: rgb(85,154,61); }

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

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

 a { background-color: rgb(85,154,61); }

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

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

 span { border-color: rgb(85,154,61); }

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