#54B34D

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

Shades of Fruit Salad #54B34D

Tints of Fruit Salad #54B34D

Color information

#54B34D (or 0x54B34D) is unknown color: approx Fruit Salad. HEX triplet: 54, B3 and 4D. RGB value is (84,179,77). Sum of RGB (Red+Green+Blue) = 84+179+77=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #54B34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B34D is #AB4CB2. Grayscale: #8B8B8B. Windows color (decimal): -11226291 or 5092180. OLE color: 5092180.

HSL color Cylindrical-coordinate representation of color #54B34D: hue angle of 115.88º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54B34D is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB8417977-
CMYK0.5300.570.30
HSL115.88º40.16%50.2%-
HSV(B)115.88º56.98%70.2%-
XYZ21.1234.6612.6-
YUV138.9793.0388.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 179 (70.31% from 255) = 52.65%
BLUE value IS 77 (30.47% from 255) = 22.65%
R=24.71%
G=52.65%
B=22.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84179770.5300.570.30115.8840.1650.2
Hex54B34D350391E742832
Octal12426311565071361645062
Binary10101001011001110011011101010111001111101110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,77); }

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

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

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

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

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

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

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