#55A517

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

Shades of Limeade #55A517

Tints of Limeade #55A517

Color information

#55A517 (or 0x55A517) is unknown color: approx Limeade. HEX triplet: 55, A5 and 17. RGB value is (85,165,23). Sum of RGB (Red+Green+Blue) = 85+165+23=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 165 (64.84% from 255 or 60.44% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 165 - color contains mainly: green. Hex color #55A517 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A517 is #AA5AE8. Grayscale: #7D7D7D. Windows color (decimal): -11164393 or 1549653. OLE color: 1549653.

HSL color Cylindrical-coordinate representation of color #55A517: hue angle of 93.8º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #55A517 is Cyan = 0.48, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB8516523-
CMYK0.4800.860.35
HSL93.8º75.53%36.86%-
HSV(B)93.8º86.06%64.71%-
XYZ17.3628.95.47-
YUV124.8970.599.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 165 (64.84% from 255) = 60.44%
BLUE value IS 23 (9.38% from 255) = 8.42%
R=31.14%
G=60.44%
B=8.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85165230.4800.860.3593.875.5336.86
Hex55A51730056235e4c25
Octal125245276001264313611445
Binary101010110100101101111100000101011010001110111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,165,23); }

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

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

 a { background-color: rgb(85,165,23); }

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

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

 span { border-color: rgb(85,165,23); }

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