#55AE4B

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

Shades of Fruit Salad #55AE4B

Tints of Fruit Salad #55AE4B

Color information

#55AE4B (or 0x55AE4B) is unknown color: approx Fruit Salad. HEX triplet: 55, AE and 4B. RGB value is (85,174,75). Sum of RGB (Red+Green+Blue) = 85+174+75=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE4B is #AA51B4. Grayscale: #888888. Windows color (decimal): -11162037 or 4959829. OLE color: 4959829.

HSL color Cylindrical-coordinate representation of color #55AE4B: hue angle of 113.94º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55AE4B is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB8517475-
CMYK0.5100.570.32
HSL113.94º39.76%48.82%-
HSV(B)113.94º56.9%68.24%-
XYZ20.1532.7111.91-
YUV136.193.5191.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.45%
GREEN value IS 174 (68.36% from 255) = 52.10%
BLUE value IS 75 (29.69% from 255) = 22.46%
R=25.45%
G=52.10%
B=22.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal85174750.5100.570.32113.9439.7648.82
Hex55AE4B3303920722831
Octal12525611363071401625061
Binary101010110101110100101111001101110011000001110010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,174,75); }

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

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

 a { background-color: rgb(85,174,75); }

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

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

 span { border-color: rgb(85,174,75); }

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