#54B556

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

Shades of Fruit Salad #54B556

Tints of Fruit Salad #54B556

Color information

#54B556 (or 0x54B556) is unknown color: approx Fruit Salad. HEX triplet: 54, B5 and 56. RGB value is (84,181,86). Sum of RGB (Red+Green+Blue) = 84+181+86=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 181 (71.09% from 255 or 51.57% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 181 - color contains mainly: green. Hex color #54B556 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B556 is #AB4AA9. Grayscale: #8D8D8D. Windows color (decimal): -11225770 or 5682516. OLE color: 5682516.

HSL color Cylindrical-coordinate representation of color #54B556: hue angle of 121.24º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B556 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB8418186-
CMYK0.5400.520.29
HSL121.24º39.59%51.96%-
HSV(B)121.24º53.59%70.98%-
XYZ21.8635.614.52-
YUV141.1796.8687.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.93%
GREEN value IS 181 (71.09% from 255) = 51.57%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=23.93%
G=51.57%
B=24.50%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84181860.5400.520.29121.2439.5951.96
Hex54B556360341D792834
Octal12426512666064351715064
Binary10101001011010110101101101100110100111011111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B556; }

 p { color: rgb(84,181,86); }

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

<style>
 a { background-color: #54B556; }

 a { background-color: rgb(84,181,86); }

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

<style>
 span { border-color: #54B556; }

 span { border-color: rgb(84,181,86); }

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