#54B055

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

Shades of Fruit Salad #54B055

Tints of Fruit Salad #54B055

Color information

#54B055 (or 0x54B055) is unknown color: approx Fruit Salad. HEX triplet: 54, B0 and 55. RGB value is (84,176,85). Sum of RGB (Red+Green+Blue) = 84+176+85=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 176 (69.14% from 255 or 51.01% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 176 - color contains mainly: green. Hex color #54B055 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B055 is #AB4FAA. Grayscale: #8A8A8A. Windows color (decimal): -11227051 or 5615700. OLE color: 5615700.

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

Color convert

RGB8417685-
CMYK0.5200.520.31
HSL120.65º36.8%50.98%-
HSV(B)120.65º52.27%69.02%-
XYZ20.8233.5913.98-
YUV138.1298.0289.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 176 (69.14% from 255) = 51.01%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=24.35%
G=51.01%
B=24.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal84176850.5200.520.31120.6536.850.98
Hex54B055340341F792533
Octal12426012564064371714563
Binary10101001011000010101011101000110100111111111001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,85); }

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

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

 a { background-color: rgb(84,176,85); }

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

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

 span { border-color: rgb(84,176,85); }

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