#54B34E

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

Shades of Fruit Salad #54B34E

Tints of Fruit Salad #54B34E

Color information

#54B34E (or 0x54B34E) is unknown color: approx Fruit Salad. HEX triplet: 54, B3 and 4E. RGB value is (84,179,78). Sum of RGB (Red+Green+Blue) = 84+179+78=341 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.63% from 341); Green value is 179 (70.31% from 255 or 52.49% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 179 - color contains mainly: green. Hex color #54B34E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B34E is #AB4CB1. Grayscale: #8B8B8B. Windows color (decimal): -11226290 or 5157716. OLE color: 5157716.

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

Color convert

RGB8417978-
CMYK0.5300.560.30
HSL116.44º39.92%50.39%-
HSV(B)116.44º56.42%70.2%-
XYZ21.1534.6812.79-
YUV139.0893.5388.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.63%
GREEN value IS 179 (70.31% from 255) = 52.49%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=24.63%
G=52.49%
B=22.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84179780.5300.560.30116.4439.9250.39
Hex54B34E350381E742832
Octal12426311665070361645062
Binary10101001011001110011101101010111000111101110100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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