#54B15C

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

Shades of Fruit Salad #54B15C

Tints of Fruit Salad #54B15C

Color information

#54B15C (or 0x54B15C) is unknown color: approx Fruit Salad. HEX triplet: 54, B1 and 5C. RGB value is (84,177,92). Sum of RGB (Red+Green+Blue) = 84+177+92=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #54B15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B15C is #AB4EA3. Grayscale: #8B8B8B. Windows color (decimal): -11226788 or 6074708. OLE color: 6074708.

HSL color Cylindrical-coordinate representation of color #54B15C: hue angle of 125.16º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B15C is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB8417792-
CMYK0.5300.480.31
HSL125.16º37.35%51.18%-
HSV(B)125.16º52.54%69.41%-
XYZ21.3134.115.58-
YUV139.5101.1988.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.80%
GREEN value IS 177 (69.53% from 255) = 50.14%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=23.80%
G=50.14%
B=26.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84177920.5300.480.31125.1637.3551.18
Hex54B15C350301F7d2533
Octal12426113465060371754563
Binary10101001011000110111001101010110000111111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,177,92); }

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

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

 a { background-color: rgb(84,177,92); }

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

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

 span { border-color: rgb(84,177,92); }

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