#54B356

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

Shades of Fruit Salad #54B356

Tints of Fruit Salad #54B356

Color information

#54B356 (or 0x54B356) is unknown color: approx Fruit Salad. HEX triplet: 54, B3 and 56. RGB value is (84,179,86). Sum of RGB (Red+Green+Blue) = 84+179+86=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 179 (70.31% from 255 or 51.29% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 179 - color contains mainly: green. Hex color #54B356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B356 is #AB4CA9. Grayscale: #8C8C8C. Windows color (decimal): -11226282 or 5682004. OLE color: 5682004.

HSL color Cylindrical-coordinate representation of color #54B356: hue angle of 121.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B356 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB8417986-
CMYK0.5300.520.30
HSL121.26º38.46%51.57%-
HSV(B)121.26º53.07%70.2%-
XYZ21.4634.814.39-
YUV139.9997.5388.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.07%
GREEN value IS 179 (70.31% from 255) = 51.29%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=24.07%
G=51.29%
B=24.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84179860.5300.520.30121.2638.4651.57
Hex54B356350341E792634
Octal12426312665064361714664
Binary10101001011001110101101101010110100111101111001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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