#55AB54

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

Shades of Fruit Salad #55AB54

Tints of Fruit Salad #55AB54

Color information

#55AB54 (or 0x55AB54) is unknown color: approx Fruit Salad. HEX triplet: 55, AB and 54. RGB value is (85,171,84). Sum of RGB (Red+Green+Blue) = 85+171+84=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AB54 is #AA54AB. Grayscale: #878787. Windows color (decimal): -11162796 or 5548885. OLE color: 5548885.

HSL color Cylindrical-coordinate representation of color #55AB54: hue angle of 119.31º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AB54 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB8517184-
CMYK0.5000.510.33
HSL119.31º34.12%50%-
HSV(B)119.31º50.88%67.06%-
XYZ19.9131.713.46-
YUV135.3799.0192.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 84 (33.20% from 255) = 24.71%
R=25%
G=50.29%
B=24.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal85171840.5000.510.33119.3134.1250
Hex55AB543203321772232
Octal12525312462063411674262
Binary101010110101011101010011001001100111000011110111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,171,84); }

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

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

 a { background-color: rgb(85,171,84); }

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

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

 span { border-color: rgb(85,171,84); }

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