#54B054

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

Shades of Fruit Salad #54B054

Tints of Fruit Salad #54B054

Color information

#54B054 (or 0x54B054) is unknown color: approx Fruit Salad. HEX triplet: 54, B0 and 54. RGB value is (84,176,84). Sum of RGB (Red+Green+Blue) = 84+176+84=344 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.42% from 344); Green value is 176 (69.14% from 255 or 51.16% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 176 - color contains mainly: green. Hex color #54B054 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54B054 is #AB4FAB. Grayscale: #8A8A8A. Windows color (decimal): -11227052 or 5550164. OLE color: 5550164.

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

Color convert

RGB8417684-
CMYK0.5200.520.31
HSL120º36.8%50.98%-
HSV(B)120º52.27%69.02%-
XYZ20.7833.5813.77-
YUV13897.5289.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.42%
GREEN value IS 176 (69.14% from 255) = 51.16%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=24.42%
G=51.16%
B=24.42%

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
Decimal84176840.5200.520.3112036.850.98
Hex54B054340341F782533
Octal12426012464064371704563
Binary10101001011000010101001101000110100111111111000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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