#54BC56

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

Shades of Fruit Salad #54BC56

Tints of Fruit Salad #54BC56

Color information

#54BC56 (or 0x54BC56) is unknown color: approx Fruit Salad. HEX triplet: 54, BC and 56. RGB value is (84,188,86). Sum of RGB (Red+Green+Blue) = 84+188+86=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 86 (33.98% from 255 or 24.02% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC56 is #AB43A9. Grayscale: #919191. Windows color (decimal): -11223978 or 5684308. OLE color: 5684308.

HSL color Cylindrical-coordinate representation of color #54BC56: hue angle of 121.15º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC56 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB8418886-
CMYK0.5500.540.26
HSL121.15º43.7%53.33%-
HSV(B)121.15º55.32%73.73%-
XYZ23.3238.5215.01-
YUV145.2894.5484.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 188 (73.83% from 255) = 52.51%
BLUE value IS 86 (33.98% from 255) = 24.02%
R=23.46%
G=52.51%
B=24.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84188860.5500.540.26121.1543.753.33
Hex54BC56370361A792c35
Octal12427412667066321715465
Binary10101001011110010101101101110110110110101111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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