#559614

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

Shades of Limeade #559614

Tints of Limeade #559614

Color information

#559614 (or 0x559614) is unknown color: approx Limeade. HEX triplet: 55, 96 and 14. RGB value is (85,150,20). Sum of RGB (Red+Green+Blue) = 85+150+20=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 150 (58.98% from 255 or 58.82% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 150 - color contains mainly: green. Hex color #559614 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559614 is #AA69EB. Grayscale: #747474. Windows color (decimal): -11168236 or 1349205. OLE color: 1349205.

HSL color Cylindrical-coordinate representation of color #559614: hue angle of 90º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #559614 is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB8515020-
CMYK0.4300.870.41
HSL90º76.47%33.33%-
HSV(B)90º86.67%58.82%-
XYZ14.7823.794.48-
YUV115.7473.97106.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 58.82%
BLUE value IS 20 (8.20% from 255) = 7.84%
R=33.33%
G=58.82%
B=7.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85150200.4300.870.419076.4733.33
Hex5596142B057295a4c21
Octal125226245301275113211441
Binary101010110010110101001010110101011110100110110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559614; }

 p { color: rgb(85,150,20); }

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

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

 a { background-color: rgb(85,150,20); }

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

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

 span { border-color: rgb(85,150,20); }

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