#54B15B

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

Shades of Fruit Salad #54B15B

Tints of Fruit Salad #54B15B

Color information

#54B15B (or 0x54B15B) is unknown color: approx Fruit Salad. HEX triplet: 54, B1 and 5B. RGB value is (84,177,91). Sum of RGB (Red+Green+Blue) = 84+177+91=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #54B15B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B15B is #AB4EA4. Grayscale: #8B8B8B. Windows color (decimal): -11226789 or 6009172. OLE color: 6009172.

HSL color Cylindrical-coordinate representation of color #54B15B: hue angle of 124.52º 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 #54B15B is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB8417791-
CMYK0.5300.490.31
HSL124.52º37.35%51.18%-
HSV(B)124.52º52.54%69.41%-
XYZ21.2734.0815.36-
YUV139.39100.6988.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.86%
GREEN value IS 177 (69.53% from 255) = 50.28%
BLUE value IS 91 (35.94% from 255) = 25.85%
R=23.86%
G=50.28%
B=25.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84177910.5300.490.31124.5237.3551.18
Hex54B15B350311F7d2533
Octal12426113365061371754563
Binary10101001011000110110111101010110001111111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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