#55a627

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

Shades of Limeade #55A627

Tints of Limeade #55A627

Color information

#55A627 (or 0x55A627) is unknown color: approx Limeade. HEX triplet: 55, A6 and 27. RGB value is (85,166,39). Sum of RGB (Red+Green+Blue) = 85+166+39=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 166 (65.23% from 255 or 57.24% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 166 - color contains mainly: green. Hex color #55A627 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A627 is #AA59D8. Grayscale: #7F7F7F. Windows color (decimal): -11164121 or 2598485. OLE color: 2598485.

HSL color Cylindrical-coordinate representation of color #55A627: hue angle of 98.27º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55A627 is Cyan = 0.49, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB8516639-
CMYK0.4900.770.35
HSL98.27º61.95%40.2%-
HSV(B)98.27º76.51%65.1%-
XYZ17.7529.356.65-
YUV127.378.1697.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 166 (65.23% from 255) = 57.24%
BLUE value IS 39 (15.62% from 255) = 13.45%
R=29.31%
G=57.24%
B=13.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85166390.4900.770.3598.2761.9540.2
Hex55A6273104D23623e28
Octal12524647610115431427650
Binary101010110100110100111110001010011011000111100010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55a627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55a627; }

 p { color: rgb(85,166,39); }

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

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

 a { background-color: rgb(85,166,39); }

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

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

 span { border-color: rgb(85,166,39); }

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