#55A41C

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

Shades of Limeade #55A41C

Tints of Limeade #55A41C

Color information

#55A41C (or 0x55A41C) is unknown color: approx Limeade. HEX triplet: 55, A4 and 1C. RGB value is (85,164,28). Sum of RGB (Red+Green+Blue) = 85+164+28=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #55A41C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A41C is #AA5BE3. Grayscale: #7D7D7D. Windows color (decimal): -11164644 or 1877077. OLE color: 1877077.

HSL color Cylindrical-coordinate representation of color #55A41C: hue angle of 94.85º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55A41C is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB8516428-
CMYK0.4800.830.36
HSL94.85º70.83%37.65%-
HSV(B)94.85º82.93%64.31%-
XYZ17.2328.575.7-
YUV124.8873.3399.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 164 (64.45% from 255) = 59.21%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=30.69%
G=59.21%
B=10.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal85164280.4800.830.3694.8570.8337.65
Hex55A41C30053245f4726
Octal125244346001234413710746
Binary101010110100100111001100000101001110010010111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A41C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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