#559B1C

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

Shades of Limeade #559B1C

Tints of Limeade #559B1C

Color information

#559B1C (or 0x559B1C) is unknown color: approx Limeade. HEX triplet: 55, 9B and 1C. RGB value is (85,155,28). Sum of RGB (Red+Green+Blue) = 85+155+28=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #559B1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559B1C is #AA64E3. Grayscale: #787878. Windows color (decimal): -11166948 or 1874773. OLE color: 1874773.

HSL color Cylindrical-coordinate representation of color #559B1C: hue angle of 93.07º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #559B1C is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB8515528-
CMYK0.4500.820.39
HSL93.07º69.4%35.88%-
HSV(B)93.07º81.94%60.78%-
XYZ15.6825.465.19-
YUV119.5976.31103.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.72%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 28 (11.33% from 255) = 10.45%
R=31.72%
G=57.84%
B=10.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal85155280.4500.820.3993.0769.435.88
Hex559B1C2D052275d4524
Octal125233345501224713510544
Binary101010110011011111001011010101001010011110111011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,155,28); }

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

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

 a { background-color: rgb(85,155,28); }

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

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

 span { border-color: rgb(85,155,28); }

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