#55A71C

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

Shades of Limeade #55A71C

Tints of Limeade #55A71C

Color information

#55A71C (or 0x55A71C) is unknown color: approx Limeade. HEX triplet: 55, A7 and 1C. RGB value is (85,167,28). Sum of RGB (Red+Green+Blue) = 85+167+28=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 167 (65.62% from 255 or 59.64% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 167 - color contains mainly: green. Hex color #55A71C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A71C is #AA58E3. Grayscale: #7F7F7F. Windows color (decimal): -11163876 or 1877845. OLE color: 1877845.

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

Color convert

RGB8516728-
CMYK0.4900.830.35
HSL95.4º71.28%38.24%-
HSV(B)95.4º83.23%65.49%-
XYZ17.7729.655.89-
YUV126.6472.3398.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 167 (65.62% from 255) = 59.64%
BLUE value IS 28 (11.33% from 255) = 10%
R=30.36%
G=59.64%
B=10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal85167280.4900.830.3595.471.2838.24
Hex55A71C31053235f4726
Octal125247346101234313710746
Binary101010110100111111001100010101001110001110111111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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