#54B44B

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

Shades of Fruit Salad #54B44B

Tints of Fruit Salad #54B44B

Color information

#54B44B (or 0x54B44B) is unknown color: approx Fruit Salad. HEX triplet: 54, B4 and 4B. RGB value is (84,180,75). Sum of RGB (Red+Green+Blue) = 84+180+75=339 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.78% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #54B44B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B44B is #AB4BB4. Grayscale: #8B8B8B. Windows color (decimal): -11226037 or 4961364. OLE color: 4961364.

HSL color Cylindrical-coordinate representation of color #54B44B: hue angle of 114.86º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54B44B is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB8418075-
CMYK0.5300.580.29
HSL114.86º41.18%50%-
HSV(B)114.86º58.33%70.59%-
XYZ21.2535.0412.3-
YUV139.3391.788.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.78%
GREEN value IS 180 (70.70% from 255) = 53.10%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=24.78%
G=53.10%
B=22.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84180750.5300.580.29114.8641.1850
Hex54B44B3503A1D732932
Octal12426411365072351635162
Binary10101001011010010010111101010111010111011110011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,180,75); }

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

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

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

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

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

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

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