#54B84E

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

Shades of Fruit Salad #54B84E

Tints of Fruit Salad #54B84E

Color information

#54B84E (or 0x54B84E) is unknown color: approx Fruit Salad. HEX triplet: 54, B8 and 4E. RGB value is (84,184,78). Sum of RGB (Red+Green+Blue) = 84+184+78=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 184 (72.27% from 255 or 53.18% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 184 - color contains mainly: green. Hex color #54B84E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B84E is #AB47B1. Grayscale: #8E8E8E. Windows color (decimal): -11225010 or 5158996. OLE color: 5158996.

HSL color Cylindrical-coordinate representation of color #54B84E: hue angle of 116.6º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54B84E is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB8418478-
CMYK0.5400.580.28
HSL116.6º42.74%51.37%-
HSV(B)116.6º57.61%72.16%-
XYZ22.1736.7213.13-
YUV142.0291.8786.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 184 (72.27% from 255) = 53.18%
BLUE value IS 78 (30.86% from 255) = 22.54%
R=24.28%
G=53.18%
B=22.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal84184780.5400.580.28116.642.7451.37
Hex54B84E3603A1C752b33
Octal12427011666072341655363
Binary10101001011100010011101101100111010111001110101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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